diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-14 14:44:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-14 14:44:39 (EDT) |
commit | df02bd29d5592432c7c018702415e1cd9fcfc82f (patch) | |
tree | 73c0db1ae6a59e7715cd718f8ed19599bf9d3c5a | |
parent | d6b5c8818aa4479d8f22fe07603d9da9feac6d76 (diff) |
Add summary and usage strings to locale.
-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 82d21dd..65255f1 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -18,3 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. msg_pro_archman_cmd_not_found='Command "%s" not found' +msg_pro_archman_cmd_help_summary='print this help message' +msg_pro_archman_cmd_help_usage='[<command>]' +msg_pro_archman_cmd_include_summary='include packages described in changes files' +msg_pro_archman_cmd_include_usage='<changes> ...' |