summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/usage.sh2
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
}