mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 08:12:54 +01:00
typo: "how" -> "show"
This commit is contained in:
parent
da46a62772
commit
694738504a
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