Merge pull request #223 from calumchisholm/fix_template_description_text
Fix appearance of template description text.
This commit is contained in:
@@ -222,7 +222,7 @@ relative to the directory of the disc files.
|
|||||||
All files will be created relative to the given output directory.
|
All files will be created relative to the given output directory.
|
||||||
Log files will log the path to tracks relative to this directory.
|
Log files will log the path to tracks relative to this directory.
|
||||||
""" % TEMPLATE_DESCRIPTION
|
""" % TEMPLATE_DESCRIPTION
|
||||||
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
formatter_class = argparse.RawTextHelpFormatter
|
||||||
|
|
||||||
# Requires opts.record
|
# Requires opts.record
|
||||||
# Requires opts.device
|
# Requires opts.device
|
||||||
|
|||||||
Reference in New Issue
Block a user