Remove erroneous comment

This commit is contained in:
Salt 2020-03-03 19:51:59 -06:00
parent d59cd47f36
commit c6ce1b36f8

View File

@ -48,7 +48,6 @@ class BadWitch:
help='Override default library file with this one')
self.argparser.add_argument('-v', '--verbose', action='store_true',
help='Show more status messages')
# Subparsers
self.argparser.add_argument('action', metavar='action', nargs='?',
choices=['download', 'add', 'remove', 'list', 'test'],
help='Action to perform on the library')