Lines Matching refs:opt
737 for opt, arg in opts:
738 if opt == "--help":
740 elif opt == "-h":
742 elif opt == "-c":
744 elif opt == "-s":
746 elif opt == "-l":
748 elif opt == "-p":
750 elif opt == "-r":
752 elif opt == "-T":
755 elif opt == "-t":
757 elif opt == "-d":
771 elif opt == "-P":
773 elif opt == "-F":
775 elif opt == "-S":
777 elif opt == "-A":
779 elif opt == "--https":
781 elif opt == "--cert":
783 elif opt == "--key":
785 elif opt == "--ca-cert":
787 elif opt == "--ca-key":
789 elif opt == "--cert-chain":
791 elif opt == "--cert-key-dir":
793 elif opt == "--smf-fmri":
795 elif opt == "--debug":
800 _("{opt} takes argument of form "
802 opt=opt, arg=arg))
805 usage("unknown option {0}".format(opt))
808 usage(_("illegal global option -- {0}").format(e.opt))