summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/usage.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/usage.sh b/functions/usage.sh
index 9c3f537..f1ef47d 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -20,9 +20,9 @@ Usage ()
echo
fi
- echo " %s [-h|--help]" "${PROGRAM}"
- echo " %s [-u|--usage]" "${PROGRAM}"
- echo " %s [-v|--version]" "${PROGRAM}"
+ printf " %s [-h|--help]\n" "${PROGRAM}"
+ printf " %s [-u|--usage]\n" "${PROGRAM}"
+ printf " %s [-v|--version]\n" "${PROGRAM}"
echo
Echo "Try \" %s--help\" for more information." "${PROGRAM}"