diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-27 15:57:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-27 16:00:00 (EDT) |
commit | 775241ce65ac7373f821f28123b73af1709c920c (patch) | |
tree | 4a0687e3f3f295192ef3e808b4579ed18f4a75ac /locale | |
parent | 4d7467f8db2e03f4a8962647855995f76986bb4c (diff) |
remove: Implement.
Diffstat (limited to 'locale')
-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 6978791..193abb5 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -42,6 +42,11 @@ msg_pro_archman_cmd_process_incoming_summary='include packages in incoming' msg_pro_archman_cmd_process_incoming_usage='' msg_pro_archman_cmd_process_incoming_processing='Processing changes in incoming...' +# lib/cmd/remove.sh +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/control.sh msg_pro_archman_control_empty_line='empty line' msg_pro_archman_control_bad_nv='badly formatted control field' |