Add all types to docs latest-build and readTaggedBuilds
Fixes: https://pagure.io/koji/issue/2953
This commit is contained in:
parent
5fca74c9f1
commit
e48d813433
3 changed files with 102 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue