summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-23 20:42:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-23 20:42:29 (EDT)
commit6b03824781b7fe4d44e1243897386aa35a77aea2 (patch)
treec9bc03640223ab711077063473846c2d0efc968e /locale
parent3c3d97f52ec08a4f1f2d3f8529796573123e7b87 (diff)
cmd/add-feed: New command
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index bd5e03f..f173cd8 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -85,6 +85,11 @@ msg_pro_archman_cmd_remove_suite_usage='<suite>'
msg_pro_archman_cmd_sign_summary='re-sign all package feed index files'
msg_pro_archman_cmd_sign_usage=''
+# src/cmd/add-feed.sh
+msg_pro_archman_cmd_add_feed_summary='create package feeds'
+msg_pro_archman_cmd_add_feed_usage='<chan>/<dist>/<arch>/<plat>/<sect> ...'
+msg_pro_archman_cmd_add_feed_invalid='Invalid feed %s'
+
# 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...'