diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-11 23:08:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-11 23:13:19 (EDT) |
commit | 7ae90a0bacbfbbd4c3bc9d716b7f52e2e90e07fe (patch) | |
tree | d9de1f4cb69e71c83cee25cfbfd9fff11e3f6798 /locale/en_US | |
parent | bc8c9b9e2b8553355a785f486367dcd3fdda5e4c (diff) |
version: New command.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index 21404c6..ce569b1 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -30,6 +30,10 @@ msg_pro_archman_cmd_help_summary_head='Where <command> is one of:' msg_pro_archman_cmd_help_summary='print this help message' msg_pro_archman_cmd_help_usage='[<command>]' +# lib/cmd/version.sh +msg_pro_archman_cmd_version_summary='print version information' +msg_pro_archman_cmd_version_usage='' + # lib/cmd/include.sh msg_pro_archman_cmd_include_summary='include packages described in changes files' msg_pro_archman_cmd_include_usage='<changes> ...' |