diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-01 17:55:39 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:32 +0100 |
commit | 8f935ee3e045dc59a8544b125721c420028d618f (patch) | |
tree | bbe97b7539b6fb72907481dcf4bd0e7f29468179 | |
parent | bb3bcbf7841fcefb382dfff3e958880ea799cbb0 (diff) | |
download | vyos-live-build-8f935ee3e045dc59a8544b125721c420028d618f.tar.gz vyos-live-build-8f935ee3e045dc59a8544b125721c420028d618f.zip |
Updating help function in lb for live-build.
-rwxr-xr-x | scripts/build/lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb b/scripts/build/lb index f64967ab1..9489ff4fa 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 |