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 6427639e7..0748ab201 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -18,7 +18,7 @@ Help () if [ -n "${USAGE}" ] then - echo " ${USAGE}" + echo -e "${USAGE}" echo fi |