diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-04-30 14:35:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-04-30 14:35:50 (EDT) |
commit | 57f8d871cdb68c1a4ef50e2692a8de996dfd563c (patch) | |
tree | 805b76b75f1876a26ff906299ed33c9be5303af1 /locale/en_US | |
parent | 04d6cf63cd81384ec6435e98886385e236c7f637 (diff) |
pro-archman: Support -v option for verbosity.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index b9c0e5a..f066d31 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -23,6 +23,7 @@ msg_pro_archman_lock_fail='The archive is locked by another process' # Options msg_pro_archman_opt_h_summary='print this help message' msg_pro_archman_opt_V_summary='print version information' +msg_pro_archman_opt_v_summary='print verbose informational messages' msg_pro_archman_opt_b_summary='set archive base directory to <base-dir>' msg_pro_archman_opt_b_arg='<base-dir>' |