diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-12 10:01:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-12 10:01:52 (EDT) |
commit | 283c536d09adde04a140f3101015015e35a74e25 (patch) | |
tree | 164d25d25b9df7959f37995b68fa45146ce9a06a /locale/en_US | |
parent | 14510e8e8055636a93a8cf3c302f89bd464d3ea3 (diff) |
locale: Add " [<arg> ...]" to main usage string.
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 3c43120..3bb6190 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -31,7 +31,7 @@ msg_pro_archman_cmd_not_found='Command "%s" not found' 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_head='Usage: %s [<option> ...] <command> [<arg> ...]' msg_pro_archman_cmd_help_opts_head='Options:' msg_pro_archman_cmd_help_summary_head='Commands:' msg_pro_archman_cmd_help_summary='print this help message' |