mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
An even shorter metavariable
This commit is contained in:
parent
813cf97686
commit
9de94378b9
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='.', metavar='directory',
|
||||
action='store', default='.', metavar='dir',
|
||||
help=u'write lyrics to given directory as RST files',
|
||||
)
|
||||
cmd.parser.add_option(
|
||||
|
|
|
|||
Loading…
Reference in a new issue