diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-10 15:37:31 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-10 15:39:45 (EDT) |
commit | 00d12d255e8020d44389a37d5386fb866c95240d (patch) | |
tree | dd95e6fd2ad84740c7ceb53113c3310668976274 /locale | |
parent | 14ed35ca136b81bc9c5ab224096e06e5dcf002e7 (diff) |
cmd/sign: New command
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index bd3af25..d90c3be 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -80,6 +80,10 @@ msg_pro_archman_cmd_copy_suite_usage='<source-suite> <destination-suite>' msg_pro_archman_cmd_remove_suite_summary='remove a suite' msg_pro_archman_cmd_remove_suite_usage='<suite>' +# src/cmd/sign.sh +msg_pro_archman_cmd_sign_summary='re-sign all package feed index files' +msg_pro_archman_cmd_sign_usage='' + # src/suite.sh msg_pro_archman_suite_copying='Copying suite %s/%s to suite %s/%s...' msg_pro_archman_suite_removing='Removing suite %s/%s...' |