mirror of
https://github.com/beetbox/beets.git
synced 2025-12-18 14:44:28 +01:00
commit
e3e34b13e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1176,7 +1176,7 @@ def _raw_main(args, lib=None):
|
|||
parser.add_option('-c', '--config', dest='config',
|
||||
help='path to configuration file')
|
||||
parser.add_option('-h', '--help', dest='help', action='store_true',
|
||||
help='how this help message and exit')
|
||||
help='show this help message and exit')
|
||||
parser.add_option('--version', dest='version', action='store_true',
|
||||
help=optparse.SUPPRESS_HELP)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue