summaryrefslogtreecommitdiff
path: root/frontend/lb
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/lb')
-rwxr-xr-xfrontend/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lb b/frontend/lb
index 855ec3070..4a218ddf0 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -24,7 +24,7 @@ case "${1}" in
if [ $(which man) ]; then
man lb
else
- ${0} --usage
+ Usage
fi
exit 0
;;