[oe-commits] [openembedded-core] 02/47: wic: Add missing text to usage and help strings

git at git.openembedded.org git at git.openembedded.org
Sun May 21 14:03:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit da937e0e2478152968d5fd5eec7dd8cc2b922afb
Author: Andreas J. Reichel <andreas.reichel at tngtech.com>
AuthorDate: Fri Apr 21 14:11:43 2017 +0200

    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 <andreas.reichel.ext at siemens.com>
    Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
    Signed-off-by: Daniel Wagner <daniel.wagner at siemens.com>
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at 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>.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list