Updating help function in lb for live-build.

This commit is contained in:
Daniel Baumann 2011-01-01 17:55:39 +01:00
parent bb3bcbf784
commit 8f935ee3e0
1 changed files with 1 additions and 1 deletions

View File

@ -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