diff --git a/scour/scour.py b/scour/scour.py index 9d19906..39b077d 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -4006,7 +4006,7 @@ def format_usage(self, usage): help="depth of the indentation, i.e. number of spaces/tabs: (default: %default)") _option_group_formatting.add_option("--no-line-breaks", action="store_false", dest="newlines", default=True, - help="do not create line breaks in output" + help="do not create line breaks in output " "(also disables indentation; might be overridden by xml:space=\"preserve\")") _option_group_formatting.add_option("--strip-xml-space", action="store_true", dest="strip_xml_space_attribute", default=False,