summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-01 17:55:39 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:32 +0100
commit8f935ee3e045dc59a8544b125721c420028d618f (patch)
treebbe97b7539b6fb72907481dcf4bd0e7f29468179
parentbb3bcbf7841fcefb382dfff3e958880ea799cbb0 (diff)
downloadlive-build-8f935ee3e045dc59a8544b125721c420028d618f.zip
live-build-8f935ee3e045dc59a8544b125721c420028d618f.tar.gz
Updating help function in lb for live-build.
-rwxr-xr-xscripts/build/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb b/scripts/build/lb
index f64967a..9489ff4 100755
--- a/scripts/build/lb
+++ b/scripts/build/lb
@@ -22,7 +22,7 @@ case "${1}" in
-h|--help)
if [ -x "$(which man 2>/dev/null)" ]
then
- man lh
+ man lb
exit 0
else
${0} --usage