mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Update __main__.py
Fixed typo
This commit is contained in:
@@ -31,8 +31,8 @@ def main():
|
||||
|
||||
output_opts = OptionGroup(title="Output Options", parser=parser)
|
||||
output_opts.add_option('--json', default=False, action='store_true', dest='write_json',
|
||||
help='Output a JSON document instead of XML. If this option is enabled, --xform will have no'
|
||||
'effect.')
|
||||
help='Output a JSON document instead of XML. If this option is enabled, --xform will have '
|
||||
'no effect.')
|
||||
|
||||
output_opts.add_option('--xform', dest='xslt', help="Convert with built-is XSLT transform.",
|
||||
default=None, metavar='NAME')
|
||||
|
||||
Reference in New Issue
Block a user