diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 5d5b6306..e60a80b0 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -222,7 +222,7 @@ class Rip(_CD): 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