From b89dc654b25fb8e64ae1a398df1614c27ba16c99 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 27 Apr 2019 17:38:21 -0400 Subject: src/cmd/*.sh: Shift consistently --- (limited to 'src/cmd/help.sh') 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 -- cgit v0.9.1