-
- Downloads
fixing parameter definition for verbose option
because verbose is action=store_false, it means that if I use the flag than verbose is not true, the flag is thus renamed to quiet
Please register or sign in to comment
because verbose is action=store_false, it means that if I use the flag than verbose is not true, the flag is thus renamed to quiet