Lines Matching defs:usage
88 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
89 """Emit a usage message and optionally prefix it with a more specific
136 usage(_("illegal global option -- {0}").format(e.opt))
155 usage(_("{0} was expected to be a certificate "
160 usage(_("{0} was expected to be a certificate "
166 usage(_("{0} was expected to be a key file "
185 usage(retcode=EXIT_OK)
188 usage(_("a repository must be provided"))
191 usage(_("If a key is given to sign with, its associated "
195 usage(_("If a certificate is given, its associated key must be "
199 usage(_("Intermediate certificates are only valid if a key "
203 usage(_("At least one fmri or pattern must be provided to "
211 usage(_("{0} is not a recognized signature algorithm.").format(
214 usage(_("Using {0} as the signature algorithm requires that a "
218 usage(_("The {0} hash algorithm does not use a key or "