Fix parameterization of --verbose

This commit is contained in:
James R. Barlow
2019-07-02 13:27:07 -07:00
parent 340e2bbac6
commit 4dab299619
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -186,8 +186,9 @@ jobcontrol.add_argument(
jobcontrol.add_argument(
'-v',
'--verbose',
type=int,
type=numeric(int, 0, 2),
default=0,
const=1,
nargs='?',
help="Print more verbose messages for each additional verbose level. Use "
"`-v 1` typically for much more detailed logging. Higher numbers "