[PATCH 1/6] wic/help: Drop removed --infile option from help string
Gaël PORTAY <[email protected]> Thu, 2 Jul 2026 06:44:19 +0200
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
The option --infile has been removed since commit 28129187482 (wic: removed unused command line option). A reference to removed option were dropped from usage string by commit c967cb25c68 (wic: Add missing text to usage and help strings); but a reference in help string has survived up to now. This kills the very last reference to --infile removed option. Signed-off-by: Gaël PORTAY <[email protected]> --- src/wic/help.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wic/help.py b/src/wic/help.py index 7bc9d70..1d0284f 100644 --- a/src/wic/help.py +++ b/src/wic/help.py @@ -708,7 +708,6 @@ DESCRIPTION Create a new OpenEmbedded image usage: wic create <wks file or image name> [-o <DIRNAME> | ...] - [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] [-e | --image-name] [-s, --skip-build-check] [-D, --debug] [-r, --rootfs-dir] [-b, --bootimg-dir] [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] -- 2.43.0