diff options
author | Daniel Baumann <daniel@debian.org> | 2009-06-15 13:37:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:45 +0100 |
commit | 53848cda42109e28e9e4bbb58aa41062656cb654 (patch) | |
tree | e7cb09cb0d864a94a5f295da80024e2f8f6c0a49 | |
parent | c17aa70a7fb8c99014f104505fceec1f31bf9729 (diff) | |
download | live-build-53848cda42109e28e9e4bbb58aa41062656cb654.zip live-build-53848cda42109e28e9e4bbb58aa41062656cb654.tar.gz |
Outputting usage if lh is called without argument.
-rwxr-xr-x | helpers/lh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ case "${1}" in Man ;; - -u|--usage) + ""|-u|--usage) Usage ;; |