diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 8c3178682beafb9c71df5310b3f975728359b833 (patch) | |
tree | 533e84eb34925b8104ec99f4590da0954ee57f49 /functions/help.sh | |
parent | 9eac19deb8a47f75285d223c2f93c310815401a3 (diff) | |
download | vyos-live-build-8c3178682beafb9c71df5310b3f975728359b833.tar.gz vyos-live-build-8c3178682beafb9c71df5310b3f975728359b833.zip |
Adding live-helper 1.0~a25-1.
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 |