summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r--scripts/lib/image/help.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index 886437ba60..fe66548f0f 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -149,7 +149,6 @@ NAME
149 149
150SYNOPSIS 150SYNOPSIS
151 wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>] 151 wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
152 [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>]
153 [-e | --image-name] [-s, --skip-build-check] [-D, --debug] 152 [-e | --image-name] [-s, --skip-build-check] [-D, --debug]
154 [-r, --rootfs-dir] [-b, --bootimg-dir] 153 [-r, --rootfs-dir] [-b, --bootimg-dir]
155 [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] 154 [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
@@ -219,12 +218,6 @@ DESCRIPTION
219 The -o option can be used to place the image in a directory with a 218 The -o option can be used to place the image in a directory with a
220 different name and location. 219 different name and location.
221 220
222 As an alternative to the wks file, the image-specific properties
223 that define the values that will be used to generate a particular
224 image can be specified on the command-line using the -i option and
225 supplying a JSON object consisting of the set of name:value pairs
226 needed by image creation.
227
228 The set of properties available for a given image type can be 221 The set of properties available for a given image type can be
229 listed using the 'wic list' command. 222 listed using the 'wic list' command.
230""" 223"""