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 /src | |
parent | 04d6cf63cd81384ec6435e98886385e236c7f637 (diff) |
pro-archman: Support -v option for verbosity.
Diffstat (limited to 'src')
-rw-r--r-- | src/pro-archman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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= |