diff options
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-x | functions/help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/help.sh b/functions/help.sh index 0748ab201..11ee89051 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -18,7 +18,7 @@ Help () if [ -n "${USAGE}" ] then - echo -e "${USAGE}" + /bin/echo -e "${USAGE}" echo fi |