diff options
author | Hector Oron <zumbi@debian.org> | 2011-02-22 18:20:00 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:44 +0100 |
commit | 15fe99c14145a14b8d12c02decfd8ba1c64edd44 (patch) | |
tree | a1ed55b52b9bee1314a944eb2d877db18c0e1dee | |
parent | fe2f428512031170b1c10ff134bad7d91252f137 (diff) | |
download | vyos-live-build-15fe99c14145a14b8d12c02decfd8ba1c64edd44.tar.gz vyos-live-build-15fe99c14145a14b8d12c02decfd8ba1c64edd44.zip |
Removing superfluous whitespace in output of the usage function.
-rwxr-xr-x | functions/usage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/usage.sh b/functions/usage.sh index bc9b2544d..c978d3588 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -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 } |