Fix whipper cd rip menu bug (loggers list)

This commit is contained in:
JoeLametta
2018-12-14 21:52:12 +01:00
parent 1349968245
commit c803a59d87

View File

@@ -243,8 +243,8 @@ Log files will log the path to tracks relative to this directory.
self.parser.add_argument('-L', '--logger',
action="store", dest="logger",
default='whipper',
help="logger to use (choose from '"
"', '".join(loggers) + "')")
help=("logger to use (choose from: '%s" %
"', '".join(loggers) + "')"))
# FIXME: get from config
self.parser.add_argument('-o', '--offset',
action="store", dest="offset",