diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index 73e7e11b1..7fb13150b 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -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(