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 /helpers/lh | |
parent | c17aa70a7fb8c99014f104505fceec1f31bf9729 (diff) | |
download | vyos-live-build-53848cda42109e28e9e4bbb58aa41062656cb654.tar.gz vyos-live-build-53848cda42109e28e9e4bbb58aa41062656cb654.zip |
Outputting usage if lh is called without argument.
Diffstat (limited to 'helpers/lh')
-rwxr-xr-x | helpers/lh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh b/helpers/lh index 1288f3e0c..3ebaaa736 100755 --- a/helpers/lh +++ b/helpers/lh @@ -22,7 +22,7 @@ case "${1}" in Man ;; - -u|--usage) + ""|-u|--usage) Usage ;; |