diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-30 18:16:59 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 992a145afd7bec1b18d356909392d5c6bf20add5 (patch) | |
tree | f12b267da4f3ef366e18f0ca5ef9a8e6a7864e47 /helpers/lh | |
parent | e72f1790d493f19c186ae2b18f3c3665091d3039 (diff) | |
download | vyos-live-build-992a145afd7bec1b18d356909392d5c6bf20add5.tar.gz vyos-live-build-992a145afd7bec1b18d356909392d5c6bf20add5.zip |
Automatically displaying manpage when calling a helper with -h or --help.
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 ca8397a64..7b27c2d56 100755 --- a/helpers/lh +++ b/helpers/lh @@ -31,7 +31,7 @@ USAGE="FIXME" case "${1}" in -h|--help) - Help + Man ;; -u|--usage) |