Lines Matching refs:opt
166 for opt, arg in opts:
167 if opt == "--set-property":
201 for opt, arg in opts:
202 parsed.append(opt)
203 if opt == "-e":
205 if opt == "-n":
231 for opt, arg in opts:
232 parsed.append(opt)
233 if opt == "-e":
235 if opt == "-n":
265 for opt, arg in opts:
266 if opt == "-A":
268 elif opt == "-t":
270 elif opt == "--no-catalog":
328 for opt, arg in opts:
329 if opt == "-b":
331 elif opt == "-d":
333 elif opt == "-s":
337 elif opt == "-T":
339 elif opt == "--no-catalog":
341 elif opt == "--key":
343 elif opt == "--cert":
486 for opt, arg in opts:
487 if opt == "-d":
489 elif opt == "-T":
625 for opt, arg in opts:
626 if opt == "-T":
628 elif opt == "--target":
679 for opt, arg in opts:
680 if opt == "-T":
682 elif opt == "--target":
684 elif opt == "-u":
749 for opt, arg in opts:
750 if opt == "-s":
752 elif opt == "-D" or opt == "--debug":
760 usage(_("{opt} takes argument of form "
762 opt=opt, arg=arg))
764 elif opt in ("--help", "-?"):
767 usage(_("illegal global option -- {0}").format(e.opt))
836 usage(_("illegal {cmd} option -- {opt}").format(
837 cmd=subcommand, opt=e.opt))