Lines Matching refs:opt
136 usage(_("illegal global option -- {0}").format(e.opt))
148 for opt, arg in opts:
149 if opt == "-a":
152 elif opt == "-c":
157 elif opt == "-i":
163 elif opt == "-k":
168 elif opt == "-n":
170 elif opt == "-s":
172 elif opt == "--help":
174 elif opt == "--no-catalog":
176 elif opt == "-D":
181 error(_("{opt} takes argument of form "
183 opt=opt, arg=arg))