PR#2907: cli: fix help text for download-build --type=remote-sources
Merges #2907 https://pagure.io/koji/pull-request/2907
This commit is contained in:
commit
7b30833f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -6853,7 +6853,7 @@ def anon_handle_download_build(options, session, args):
|
|||
help=_("Only download packages for this arch (may be used multiple times)"))
|
||||
parser.add_option("--type",
|
||||
help=_("Download archives of the given type, rather than rpms "
|
||||
"(maven, win, image, remote-source)"))
|
||||
"(maven, win, image, remote-sources)"))
|
||||
parser.add_option("--latestfrom", dest="latestfrom",
|
||||
help=_("Download the latest build from this tag"))
|
||||
parser.add_option("--debuginfo", action="store_true", help=_("Also download -debuginfo rpms"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue