diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-28 20:58:07 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-28 20:58:07 (EDT) |
commit | 9cd62660eb30ce4e060116037d3949c7a2d61d60 (patch) | |
tree | 8c5819839d59287b525ef4e4a3b0b3eac893aadc /locale/en_US | |
parent | eae1ae3539ca0f7b90d079cb47d3e7d77da71f65 (diff) |
copy-suite: Implement.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index a926ce1..eac7d41 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -45,6 +45,11 @@ msg_pro_archman_cmd_remove_summary='remove packages from a suite' msg_pro_archman_cmd_remove_usage='<suite> <source>' msg_pro_archman_cmd_remove_removing='Removing %s from %s/%s...' +# lib/cmd/copy-suite.sh +msg_pro_archman_cmd_copy_suite_summary='copies packages from one suite to another' +msg_pro_archman_cmd_copy_suite_usage='<source-suite> <destination-suite>' +msg_pro_archman_cmd_copy_suite_copying='Copying suite %s/%s to suite %s/%s...' + # lib/control.sh msg_pro_archman_control_empty_line='empty line' msg_pro_archman_control_bad_nv='badly formatted control field' |