]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: Add missing text to usage and help strings
authorAndreas J. Reichel <andreas.reichel@tngtech.com>
Fri, 21 Apr 2017 12:11:43 +0000 (14:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 May 2017 11:32:01 +0000 (12:32 +0100)
Add missing parameters -c to and remove non-existent
parameter -i from usage string for 'wic create'.

Signed-off-by: Andreas Reichel <andreas.reichel.ext@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/help.py

index 74db05cb94f76e8f4badb0bc8e45a42ddb56c908..f9f72689863230b3ed13ea947ace1877daa2ce42 100644 (file)
@@ -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>.