typo
This commit is contained in:
parent
8b1f311482
commit
6f8e9bf4ab
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -3101,7 +3101,7 @@ def anon_handle_download_build(options, session, args):
|
|||
parser = OptionParser(usage=usage)
|
||||
parser.add_option("--arch", dest="arches", metavar="ARCH", action="append", default=[],
|
||||
help=_("Only download packages for this arch (may be used multiple times)"))
|
||||
parser.add_option("-q", "--quiet", action="store_true", help=_("Do not display process meter"))
|
||||
parser.add_option("-q", "--quiet", action="store_true", help=_("Do not display progress meter"))
|
||||
(suboptions, args) = parser.parse_args(args)
|
||||
if len(args) < 1:
|
||||
parser.error(_("Please specify a package N-V-R or build ID"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue