Lines Matching defs:usage
47 def usage(errmsg="", exitcode=EXIT_BADOPT):
48 """Emit a usage message and optionally prefix it with a more specific
91 usage(_("variant option incorrect {0}").format(
97 usage(exitcode=EXIT_OK)
100 usage(_("illegal global option -- {0}").format(e.opt))
103 usage(_("two manifest arguments are required"))
106 usage(_("only one manifest argument can be stdin"))
109 usage(_("-i and -o options may not be used at the same time."))
113 usage(_("For any variant, only one value may be "
128 usage(_("unknown action types: {0}".format(
166 usage(_("Manifest {path} doesn't support "