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 7392bc4e7f..37dfe2dc58 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -362,6 +362,8 @@ def wic_init_parser_create(subparser): | |||
362 | "bitbake variables") | 362 | "bitbake variables") |
363 | subparser.add_argument("-D", "--debug", dest="debug", action="store_true", | 363 | subparser.add_argument("-D", "--debug", dest="debug", action="store_true", |
364 | default=False, help="output debug information") | 364 | default=False, help="output debug information") |
365 | subparser.add_argument("-i", "--imager", dest="imager", | ||
366 | default="direct", help="the wic imager plugin") | ||
365 | return | 367 | return |
366 | 368 | ||
367 | 369 | ||