summaryrefslogtreecommitdiff
path: root/helpers/lh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-30 18:16:59 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:40 +0100
commit992a145afd7bec1b18d356909392d5c6bf20add5 (patch)
treef12b267da4f3ef366e18f0ca5ef9a8e6a7864e47 /helpers/lh
parente72f1790d493f19c186ae2b18f3c3665091d3039 (diff)
downloadlive-build-992a145afd7bec1b18d356909392d5c6bf20add5.zip
live-build-992a145afd7bec1b18d356909392d5c6bf20add5.tar.gz
Automatically displaying manpage when calling a helper with -h or --help.
Diffstat (limited to 'helpers/lh')
-rwxr-xr-xhelpers/lh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh b/helpers/lh
index ca8397a..7b27c2d 100755
--- a/helpers/lh
+++ b/helpers/lh
@@ -31,7 +31,7 @@ USAGE="FIXME"
case "${1}" in
-h|--help)
- Help
+ Man
;;
-u|--usage)