Updating help function in lb for live-build.
This commit is contained in:
parent
bb3bcbf784
commit
8f935ee3e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue