fix: correct help message for -i/--images option

This commit is contained in:
Александр Степченко 2024-05-01 18:49:15 +03:00
parent d3a5f23958
commit d31ae53893

View File

@ -654,7 +654,7 @@ def parse_args():
nargs="+", nargs="+",
default=images, default=images,
choices=images, choices=images,
help="list of branches", help="list of images to build",
) )
images_group.add_argument( images_group.add_argument(
"-o", "-o",