diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-11 23:33:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-11 23:33:40 (EDT) |
commit | ac1018d70c6177f194ba568dd2660dec9120fab6 (patch) | |
tree | f96ccca0751827c5029701d6a2d39e5b89af3365 /locale/en_US | |
parent | 40d78d79d8c6bc28fb19b4a8e25a30d433b90e68 (diff) |
locale: Simplify help summary heading.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index 05f108b..185a673 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -26,7 +26,7 @@ msg_pro_archman_cmd_usage='Usage: %s [<option> ...] %s %s' # lib/cmd/help.sh msg_pro_archman_cmd_help_head='Usage: %s [<option> ...] <command>' -msg_pro_archman_cmd_help_summary_head='Where <command> is one of:' +msg_pro_archman_cmd_help_summary_head='Commands:' msg_pro_archman_cmd_help_summary='print this help message' msg_pro_archman_cmd_help_usage='[<command>]' |