diff mbox series

[1/6] wic/help: Drop removed --infile option from help string

Message ID 20260702044425.846351-2-gael.portay+rtone@gmail.com
State New
Headers show
Series wic/help: Refresh wic create help and usage strings | expand

Commit Message

Gaël PORTAY July 2, 2026, 4:44 a.m. UTC
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 <gael.portay+rtone@gmail.com>
---
 src/wic/help.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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]