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. (cherry picked from commit a634dbdc8042d67ea6df29d0935fd5611d8d286c)
This commit is contained in:
parent
ae610b2441
commit
0d618398aa
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user