diff options
-rw-r--r-- | locale/en_US/pro_archman.sh | 1 | ||||
-rw-r--r-- | src/pro-archman.sh | 2 |
2 files changed, 2 insertions, 1 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>' diff --git a/src/pro-archman.sh b/src/pro-archman.sh index 49d6b55..f2a4e77 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -29,7 +29,7 @@ PKGLIBCMDDIR='@@PKGLIBCMDDIR@@' PKGLIBCMD='@@PKGLIBCMD@@' LF=' ' -OPTSTRING='hVb:' +OPTSTRING='hVvb:' # Global variables loading_cmd= |