summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-12 09:53:48 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-12 09:53:48 (EDT)
commit14510e8e8055636a93a8cf3c302f89bd464d3ea3 (patch)
treef6e5ecc110ce07cf238bcc8c95b1fcf0ba1b1196 /locale
parent19436dbe4282d50606cedbbc89d6d10ec56c4937 (diff)
Print option arguments in help output.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US/pro_archman.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh
index 512369e..3c43120 100644
--- a/locale/en_US/pro_archman.sh
+++ b/locale/en_US/pro_archman.sh
@@ -20,6 +20,12 @@
# src/pro-archman.sh
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_b_summary='set archive base directory to <base-dir>'
+msg_pro_archman_opt_b_arg='<base-dir>'
+
# lib/cmd.sh
msg_pro_archman_cmd_not_found='Command "%s" not found'
msg_pro_archman_cmd_usage='Usage: %s [<option> ...] %s %s'
@@ -27,9 +33,6 @@ msg_pro_archman_cmd_usage='Usage: %s [<option> ...] %s %s'
# lib/cmd/help.sh
msg_pro_archman_cmd_help_head='Usage: %s [<option> ...] <command>'
msg_pro_archman_cmd_help_opts_head='Options:'
-msg_pro_archman_cmd_help_opt_h='print this help message'
-msg_pro_archman_cmd_help_opt_V='print version information'
-msg_pro_archman_cmd_help_opt_b='archive base directory'
msg_pro_archman_cmd_help_summary_head='Commands:'
msg_pro_archman_cmd_help_summary='print this help message'
msg_pro_archman_cmd_help_usage='[<command>]'