summaryrefslogtreecommitdiff
path: root/functions/help.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-xfunctions/help.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/help.sh b/functions/help.sh
index 5bad826..c0d3fe6 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -18,7 +18,7 @@ Help ()
if [ -n "${USAGE}" ]
then
- Echo "%s" "${USAGE}"
+ Echo "${USAGE}"
echo
fi
Echo " %s [-h|--help]" "${PROGRAM}"
@@ -28,7 +28,7 @@ Help ()
if [ -n "${HELP}" ]
then
- Echo "%s" "${HELP}"
+ Echo "${HELP}"
echo
fi