diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-12 14:49:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-12 14:49:11 (EDT) |
commit | 6b6ef334901b74677a484624bde426c425795e61 (patch) | |
tree | c6a3ea794ce2d676e6789a6c68bef14244d5cfa9 /lib/cmd | |
parent | 04eff6b0b42f46088c3e6da0f04d34b366f2ac34 (diff) |
OPTSTRING: New global variable.
Diffstat (limited to 'lib/cmd')
-rw-r--r-- | lib/cmd/help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh index e186663..42b1e63 100644 --- a/lib/cmd/help.sh +++ b/lib/cmd/help.sh @@ -33,7 +33,7 @@ cmd_help_main() printf "$(get_msg 'cmd_help_head')\n\n" "${0}" printf "$(get_msg 'cmd_help_opts_head')\n" - print_opt_summaries 'hVb:' + print_opt_summaries printf '\n' printf "$(get_msg 'cmd_help_summary_head')\n" |