summaryrefslogtreecommitdiffstats
path: root/src/cmd/help.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/help.sh')
-rw-r--r--src/cmd/help.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/help.sh b/src/cmd/help.sh
index 51eade4..9c45382 100644
--- a/src/cmd/help.sh
+++ b/src/cmd/help.sh
@@ -24,6 +24,7 @@ cmd_help_main()
if [ ${#} -eq 1 ]; then
cmd="${1}"
+ shift 1
if is_cmd "${cmd}"; then
print_cmd_usage "${cmd}"
return 0