Skip to content

Commit

Permalink
20230410a
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierStevens committed Apr 10, 2023
1 parent 4eb9b8f commit f6fec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myjson-transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def Main():
Use at your own risk
https://DidierStevens.com'''

oParser = optparse.OptionParser(usage='usage: %prog [options]\n' + __description__ + moredesc, version='%prog ' + __version__, epilog='This tool also accepts flag arguments (#f#), read the man page (-m) for more info.')
oParser = optparse.OptionParser(usage='usage: %prog [options]\n' + __description__ + moredesc, version='%prog ' + __version__)
oParser.add_option('-m', '--man', action='store_true', default=False, help='Print manual')
oParser.add_option('-s', '--script', type=str, default='', help='Script with definitions to include')
oParser.add_option('-j', '--jsonoutput', action='store_true', default=False, help='Produce JSON output')
Expand Down

0 comments on commit f6fec65

Please sign in to comment.