From da937e0e2478152968d5fd5eec7dd8cc2b922afb Mon Sep 17 00:00:00 2001 From: "Andreas J. Reichel" Date: Fri, 21 Apr 2017 14:11:43 +0200 Subject: wic: Add missing text to usage and help strings Add missing parameters -c to and remove non-existent parameter -i from usage string for 'wic create'. Signed-off-by: Andreas Reichel Signed-off-by: Jan Kiszka Signed-off-by: Daniel Wagner Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- 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 74db05cb94..f9f7268986 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 [-o | --outdir ] - [-i | --infile ] [-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 . -- cgit v1.2.3