aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-11-17 17:23:54 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-11-17 17:23:54 -0500
commita634dbdc8042d67ea6df29d0935fd5611d8d286c (patch)
treec9f1e08b9596e34e868793848d04fb2a1fc8a566 /scripts
parent1457e97008f15064dcc30aaca9977ffa1ec66572 (diff)
downloadkiwi-descriptions-a634dbdc8042d67ea6df29d0935fd5611d8d286c.tar.gz
kiwi-descriptions-a634dbdc8042d67ea6df29d0935fd5611d8d286c.zip
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fedora-kiwi-bundle-format-generator2
1 files changed, 1 insertions, 1 deletions
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")