From f79dea0f5e1b89488d73bfb0360e651b8d578e15 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 11 Apr 2019 18:15:41 -0400 Subject: Consistently shift function arguments --- (limited to 'src/cmd/help.sh') diff --git a/src/cmd/help.sh b/src/cmd/help.sh index 7a940c4..a322fca 100644 --- a/src/cmd/help.sh +++ b/src/cmd/help.sh @@ -26,6 +26,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