diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/wic/help.py | 2 |
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>. |