Add all types to docs latest-build and readTaggedBuilds

Fixes: https://pagure.io/koji/issue/2953
This commit is contained in:
Jana Cupova 2021-08-25 09:16:05 +02:00 committed by Tomas Kopecek
parent 5fca74c9f1
commit e48d813433
3 changed files with 102 additions and 2 deletions

View file

@ -2550,7 +2550,8 @@ def anon_handle_latest_build(goptions, session, args):
parser.add_option("--paths", action="store_true", help=_("Show the file paths"))
parser.add_option("--type",
help=_("Show builds of the given type only. "
"Currently supported types: maven"))
"Currently supported types: maven, win, image, or any custom "
"content generator btypes"))
(options, args) = parser.parse_args(args)
if len(args) == 0:
parser.error(_("A tag name must be specified"))