From: "Andreas J. Reichel" <andreas.reic...@tngtech.com> Add missing parameters -c to and remove non-existent parameter -i from usage string for 'wic create'.
Signed-off-by: Andreas Reichel <andreas.reichel....@siemens.com> Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> Signed-off-by: Daniel Wagner <daniel.wag...@siemens.com> Signed-off-by: Ed Bartosh <ed.bart...@linux.intel.com> --- scripts/lib/wic/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 74db05c..f9f7268 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -131,10 +131,10 @@ wic_create_usage = """ Create a new OpenEmbedded image usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <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] + [-c, --compress-with] [-m, --bmap] This command creates an OpenEmbedded image based on the 'OE kickstart commands' found in the <wks file>. -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core