summaryrefslogtreecommitdiffstats
path: root/poky/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/wic')
-rwxr-xr-xpoky/scripts/wic2
1 files changed, 2 insertions, 0 deletions
diff --git a/poky/scripts/wic b/poky/scripts/wic
index 7392bc4e7..37dfe2dc5 100755
--- a/poky/scripts/wic
+++ b/poky/scripts/wic
@@ -362,6 +362,8 @@ def wic_init_parser_create(subparser):
"bitbake variables")
subparser.add_argument("-D", "--debug", dest="debug", action="store_true",
default=False, help="output debug information")
+ subparser.add_argument("-i", "--imager", dest="imager",
+ default="direct", help="the wic imager plugin")
return
OpenPOWER on IntegriCloud