X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfatables%2Fsfatables;h=7f61a3f0346f5d355cb1f88e62c7c6236e56ef87;hp=9abcf6cda0d808ff5a2d231ce03ffdb31bfb85c0;hb=342b9b05015e6a009d9dbccf559ae66334298b1f;hpb=399522259747781cf9e9b6f28770ceeb98396ed3 diff --git a/sfatables/sfatables b/sfatables/sfatables index 9abcf6cd..7f61a3f0 100755 --- a/sfatables/sfatables +++ b/sfatables/sfatables @@ -91,7 +91,7 @@ def main(): match_parser = create_parser_xml_ext(match_dict) matches_str = ",".join(match_dict.keys()) match_parser.add_option('-m','--match',dest='name',help='Match name (one of %s)'%matches_str, metavar = 'MATCH') - match_parser.add_option('-n','--negate',dest='negate',help='Negate result',action=store_true) + match_parser.add_option('-n','--negate',dest='negate',help='Negate result',action='store_true') (match_options, args) = match_parser.parse_args(pargs[1]) try: name = match_options.name