From fe17e3b753612540cff8cfd5ff37a0946f398d4f Mon Sep 17 00:00:00 2001 From: Calum Chisholm Date: Mon, 29 Jan 2018 23:32:43 +0800 Subject: [PATCH] Fix appearance of template description text. modified: cd.py --- whipper/command/cd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 5d5b630..e60a80b 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -222,7 +222,7 @@ relative to the directory of the disc files. All files will be created relative to the given output directory. Log files will log the path to tracks relative to this directory. """ % TEMPLATE_DESCRIPTION - formatter_class = argparse.ArgumentDefaultsHelpFormatter + formatter_class = argparse.RawTextHelpFormatter # Requires opts.record # Requires opts.device