Removing superfluous whitespace in output of the usage function.

This commit is contained in:
Hector Oron 2011-02-22 18:20:00 +01:00 committed by Daniel Baumann
parent fe2f428512
commit 15fe99c141
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Usage ()
printf " %s [-u|--usage]\n" "${PROGRAM}"
printf " %s [-v|--version]\n" "${PROGRAM}"
echo
Echo "Try \" %s--help\" for more information." "${PROGRAM}"
Echo "Try \"%s --help\" for more information." "${PROGRAM}"
exit 1
}