Remove erroneous comment
This commit is contained in:
		| @@ -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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user