Minor improvements

This commit is contained in:
Ayaz Salikhov
2023-11-21 13:17:33 +01:00
parent d53e39763d
commit 0a75e3d3a6
14 changed files with 24 additions and 24 deletions

View File

@@ -111,7 +111,7 @@ if __name__ == "__main__":
arg_parser.add_argument(
"--short-image-name",
required=True,
help="Short image name to create manifests for",
help="Short image name",
)
arg_parser.add_argument(
"--hist-lines-dir",