summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
authorAndreas J. Reichel <andreas.reichel@tngtech.com>2017-04-21 14:11:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-23 17:45:35 +0100
commitdb26c8447443c3ffd32d511774a658eb0ebc547e (patch)
treed9bd7c95cfc3bc6c376338c68e60d7fafc6c7373 /scripts/lib/wic/help.py
parent05aa049e2c314731385e1d18b5fd6e1f1e63ea8f (diff)
downloadpoky-db26c8447443c3ffd32d511774a658eb0ebc547e.tar.gz
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'. (From OE-Core rev: da937e0e2478152968d5fd5eec7dd8cc2b922afb) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py2
1 files changed, 1 insertions, 1 deletions
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 = """
131 Create a new OpenEmbedded image 131 Create a new OpenEmbedded image
132 132
133 usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>] 133 usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
134 [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>]
135 [-e | --image-name] [-s, --skip-build-check] [-D, --debug] 134 [-e | --image-name] [-s, --skip-build-check] [-D, --debug]
136 [-r, --rootfs-dir] [-b, --bootimg-dir] 135 [-r, --rootfs-dir] [-b, --bootimg-dir]
137 [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] 136 [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
137 [-c, --compress-with] [-m, --bmap]
138 138
139 This command creates an OpenEmbedded image based on the 'OE kickstart 139 This command creates an OpenEmbedded image based on the 'OE kickstart
140 commands' found in the <wks file>. 140 commands' found in the <wks file>.