From 7b30833f9ac13f08311fd3e8f949f97d3fa4051f Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 10 2021 14:01:25 +0000 Subject: PR#2907: cli: fix help text for download-build --type=remote-sources Merges #2907 https://pagure.io/koji/pull-request/2907 --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index 79b0f19..0fa1f06 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -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"))