diff --git a/bulkredditdownloader/__main__.py b/bulkredditdownloader/__main__.py index f2eadfe..e44b89d 100644 --- a/bulkredditdownloader/__main__.py +++ b/bulkredditdownloader/__main__.py @@ -17,8 +17,9 @@ def _add_options(): help='Specifies the directory where posts will be downloaded to', metavar='DIRECTORY') parser.add_argument('--verbose', '-v', - action='store_true', - count=True) + action='count', + default=0, + ) parser.add_argument('--link', '-l', help='Get posts from link', action='append',