diff options
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic index 24700f380f..a741aed364 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -312,6 +312,8 @@ def wic_init_parser_create(subparser): | |||
312 | 312 | ||
313 | subparser.add_argument("-o", "--outdir", dest="outdir", default='.', | 313 | subparser.add_argument("-o", "--outdir", dest="outdir", default='.', |
314 | help="name of directory to create image in") | 314 | help="name of directory to create image in") |
315 | subparser.add_argument("-w", "--workdir", | ||
316 | help="temporary workdir to use for intermediate files") | ||
315 | subparser.add_argument("-e", "--image-name", dest="image_name", | 317 | subparser.add_argument("-e", "--image-name", dest="image_name", |
316 | help="name of the image to use the artifacts from " | 318 | help="name of the image to use the artifacts from " |
317 | "e.g. core-image-sato") | 319 | "e.g. core-image-sato") |