summaryrefslogtreecommitdiff
path: root/functions/arguments.sh
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 /functions/arguments.sh
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 'functions/arguments.sh')
-rwxr-xr-xfunctions/arguments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh
index b2e4c92..bbc439c 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -43,7 +43,7 @@ Arguments ()
;;
-h|--help)
- Help
+ Man
shift
;;