From d31ae53893caaf399537d1e25e117756c51e5743 Mon Sep 17 00:00:00 2001 From: Alexander Stepchenko Date: Wed, 1 May 2024 18:49:15 +0300 Subject: [PATCH] fix: correct help message for -i/--images option --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 15bbfcd..1fc818c 100755 --- a/build.py +++ b/build.py @@ -654,7 +654,7 @@ def parse_args(): nargs="+", default=images, choices=images, - help="list of branches", + help="list of images to build", ) images_group.add_argument( "-o",