mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
CLI help: say that -v can appear twice (#1781)
This commit is contained in:
parent
5369a60a2a
commit
247e35161e
1 changed files with 1 additions and 1 deletions
|
|
@ -1172,7 +1172,7 @@ def _raw_main(args, lib=None):
|
|||
parser.add_option('-d', '--directory', dest='directory',
|
||||
help="destination music directory")
|
||||
parser.add_option('-v', '--verbose', dest='verbose', action='count',
|
||||
help='print debugging information')
|
||||
help='log more details (use twice for even more)')
|
||||
parser.add_option('-c', '--config', dest='config',
|
||||
help='path to configuration file')
|
||||
parser.add_option('-h', '--help', dest='help', action='store_true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue