Change metavar for library
This commit is contained in:
		| @@ -96,7 +96,7 @@ class BadWitch: | |||||||
|         # Flags and arguments |         # Flags and arguments | ||||||
|         self.argparser = argparse.ArgumentParser( |         self.argparser = argparse.ArgumentParser( | ||||||
|                 description='Manage a declarative music library through YouTube scraping') |                 description='Manage a declarative music library through YouTube scraping') | ||||||
|         self.argparser.add_argument('-l', '--library', metavar='f', nargs='?', |         self.argparser.add_argument('-l', '--library', metavar='FILE', nargs='?', | ||||||
|                 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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user