From a7d70c6a56f11f0acee3ab6ae7dc32923277c540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 5 Mar 2017 13:19:24 +0100 Subject: [PATCH] cd: remove weird redundant "default default" help string --- whipper/command/cd.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 037d9c6..e7ccfc4 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -296,13 +296,11 @@ Log files will log the path to tracks relative to this directory. self.parser.add_argument('--track-template', action="store", dest="track_template", default=DEFAULT_TRACK_TEMPLATE, - help="template for track file naming " - "(default default)") + help="template for track file naming") self.parser.add_argument('--disc-template', action="store", dest="disc_template", default=DEFAULT_DISC_TEMPLATE, - help="template for disc file naming " - "(default default)") + help="template for disc file naming") self.parser.add_argument('-U', '--unknown', action="store_true", dest="unknown", help="whether to continue ripping if "