diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-16 17:32:28 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-16 17:32:28 (EDT) |
commit | 98d036c32b28df9ca4bb75a58d4156f15712db4d (patch) | |
tree | 35519256b7c3d0c4a429ba372b61b2dce5cfb189 /locale/en_US | |
parent | 507ee4bea715bf5acda72a5fad1277f94b6da24e (diff) |
generate-index: 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 e1869e6..0b57e35 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -27,6 +27,10 @@ msg_pro_archman_cmd_include_summary='include packages described in changes files msg_pro_archman_cmd_include_usage='<changes> ...' msg_pro_archman_cmd_include_including='Including %s (%s) into %s...' +# lib/cmd/generate-index.sh +msg_pro_archman_cmd_generate_index_summary='generate package indices' +msg_pro_archman_cmd_generate_index_usage='[<feed> ...]' + # lib/control.sh msg_pro_archman_control_empty_line='empty line' msg_pro_archman_control_bad_nv='badly formatted control field' |