mirror of
https://github.com/beetbox/beets.git
synced 2025-12-08 09:34:23 +01:00
Better metavariable for lyrics --help output
This commit is contained in:
parent
d44eda56c5
commit
813cf97686
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ class LyricsPlugin(plugins.BeetsPlugin):
|
|||
)
|
||||
cmd.parser.add_option(
|
||||
u'-r', u'--write-rst', dest='writerst',
|
||||
action='store', default='.',
|
||||
action='store', default='.', metavar='directory',
|
||||
help=u'write lyrics to given directory as RST files',
|
||||
)
|
||||
cmd.parser.add_option(
|
||||
|
|
|
|||
Loading…
Reference in a new issue