Fix typos in help
This commit is contained in:
parent
5a62f888cd
commit
56c36e3592
1 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ from collections import namedtuple, defaultdict
|
||||||
from decimal import Context, Decimal, InvalidOperation, getcontext
|
from decimal import Context, Decimal, InvalidOperation, getcontext
|
||||||
|
|
||||||
import six
|
import six
|
||||||
from six.moves import range, urllib
|
import urllib
|
||||||
|
|
||||||
from scour.stats import ScourStats
|
from scour.stats import ScourStats
|
||||||
from scour.svg_regex import svg_parser
|
from scour.svg_regex import svg_parser
|
||||||
|
|
@ -3964,7 +3964,7 @@ _option_group_optimization.add_option("--disable-style-to-xml",
|
||||||
_option_group_optimization.add_option("--style",
|
_option_group_optimization.add_option("--style",
|
||||||
action="store", type="string", dest="style_type", default="none", metavar="TYPE",
|
action="store", type="string", dest="style_type", default="none", metavar="TYPE",
|
||||||
help="style type (overrides style-to-xml): none, preserve, inline-css, "
|
help="style type (overrides style-to-xml): none, preserve, inline-css, "
|
||||||
"attributes (default: %none)")
|
"attributes (default: none)")
|
||||||
_option_group_optimization.add_option("--disable-group-collapsing",
|
_option_group_optimization.add_option("--disable-group-collapsing",
|
||||||
action="store_false", dest="group_collapse", default=True,
|
action="store_false", dest="group_collapse", default=True,
|
||||||
help="won't collapse <g> elements")
|
help="won't collapse <g> elements")
|
||||||
|
|
@ -4208,4 +4208,5 @@ def run():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
print('running')
|
||||||
run()
|
run()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue