diff options
-rwxr-xr-x | functions/usage.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/usage.sh b/functions/usage.sh index 9c3f53782..f1ef47d48 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}" |