From a634dbdc8042d67ea6df29d0935fd5611d8d286c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 17 Nov 2024 17:23:54 -0500 Subject: scripts/fedora-kiwi-bundle-format-generator: Fix program description This script was cloned from the iso label generator, but the program description in the argument parser was not changed. --- scripts/fedora-kiwi-bundle-format-generator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fedora-kiwi-bundle-format-generator b/scripts/fedora-kiwi-bundle-format-generator index 571a17b..a03d253 100755 --- a/scripts/fedora-kiwi-bundle-format-generator +++ b/scripts/fedora-kiwi-bundle-format-generator @@ -11,7 +11,7 @@ from pathlib import Path import xml.etree.ElementTree as ET -parser = ArgumentParser(description="Generator of ISO labels for Fedora live media builds") +parser = ArgumentParser(description="Generator of kiwi bundle formats for Fedora image builds") parser.add_argument("kiwi_file", type=Path, default="Fedora.kiwi", help="kiwi description file") parser.add_argument("image_profile", type=str, help="kiwi image profile") parser.add_argument("--oci-variant", "-o", action="store_true", help="generate oci variant") -- cgit v1.3.1+13