Lines Matching refs:opt
434 usage(_("Illegal option -- {0}").format(e.opt))
436 for opt, arg in opts:
437 if opt == "-a":
439 elif opt == "-c":
441 elif opt == "--clone":
443 elif opt == "-d":
445 elif opt == "-D" or opt == "--debug":
453 usage(_("{opt} takes argument of form "
455 opt= opt, arg=arg))
457 elif opt == "-h":
459 elif opt == "-k":
461 elif opt == "-m":
474 elif opt == "-n":
476 elif opt == "-p":
478 elif opt == "-r":
480 elif opt == "-s":
482 elif opt == "-v":
484 elif opt == "--mog-file":
486 elif opt == "--newest":
488 elif opt == "--raw":
490 elif opt == "--key":
492 elif opt == "--cert":
494 elif opt == "--dkey":
496 elif opt == "--dcert":