Remove erroneous comment
This commit is contained in:
parent
d59cd47f36
commit
c6ce1b36f8
@ -48,7 +48,6 @@ class BadWitch:
|
|||||||
help='Override default library file with this one')
|
help='Override default library file with this one')
|
||||||
self.argparser.add_argument('-v', '--verbose', action='store_true',
|
self.argparser.add_argument('-v', '--verbose', action='store_true',
|
||||||
help='Show more status messages')
|
help='Show more status messages')
|
||||||
# Subparsers
|
|
||||||
self.argparser.add_argument('action', metavar='action', nargs='?',
|
self.argparser.add_argument('action', metavar='action', nargs='?',
|
||||||
choices=['download', 'add', 'remove', 'list', 'test'],
|
choices=['download', 'add', 'remove', 'list', 'test'],
|
||||||
help='Action to perform on the library')
|
help='Action to perform on the library')
|
||||||
|
Loading…
Reference in New Issue
Block a user