X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfatables%2Fsfatables;h=2f20f3f9de5f8727ffcb2f263b8c604f2bf7ef68;hp=32b2f8dd9b01712732df9d8fdf00a71676d9d0b8;hb=6c41d17ff2f98c362ad1db112d22bede960d8202;hpb=fc15d43789ef4fbca6e0aef860d279fc5ff6e1c5 diff --git a/sfatables/sfatables b/sfatables/sfatables index 32b2f8dd..2f20f3f9 100755 --- a/sfatables/sfatables +++ b/sfatables/sfatables @@ -113,7 +113,7 @@ def main(): target_parser = create_parser_xml_ext(target_dict) targets_str = ",".join(target_dict.keys()) target_parser.add_option('-j','--jump',dest='name',help='Target name (one of %s)'%targets, metavar = 'TARGET') - target_parser.add_option('-e','--element',dest='element',help='Element name'%targets, metavar = 'ELEMENT') + target_parser.add_option('-e','--element',dest='element',help='Element name', metavar = 'ELEMENT') (target_options, args) = target_parser.parse_args(pargs[2]) try: name = target_options.name