From 9de94378b91fb619206ab5356ea080965233ba6b Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 16 Jul 2017 10:14:49 -0400 Subject: [PATCH] An even shorter metavariable --- beetsplug/lyrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index 7fb13150b..841847c8c 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='.', metavar='directory', + action='store', default='.', metavar='dir', help=u'write lyrics to given directory as RST files', ) cmd.parser.add_option(