00009 :
00010 optparse.OptionParser.__init__(self, usage="%prog --help or %prog [options] file", version="%prog 0.0.1", conflict_handler="resolve")
00011 self.add_option("--src", action="store", type="string", dest="src", help="specify source XML file")
00012 self.add_option("--min", action="store", type="int", dest="min", help="Minimum length to measure")
00013 self.add_option("--max", action="store", type="int", dest="max", help="Maximum length to measure")
00014 self.add_option("--cid", action="store", type="int", dest="cid", help="Apply combination ID")
00015 self.add_option("--xsd", action="store_true", dest="xsd", help="Create XML Schema fragment")