summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic
index 8918cb4853..54cbe96682 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -88,7 +88,7 @@ def wic_create_subcommand(args, usage_str):
88 """ 88 """
89 parser = optparse.OptionParser(usage=usage_str) 89 parser = optparse.OptionParser(usage=usage_str)
90 90
91 parser.add_option("-o", "--outdir", dest="outdir", 91 parser.add_option("-o", "--outdir", dest="outdir", default='.',
92 help="name of directory to create image in") 92 help="name of directory to create image in")
93 parser.add_option("-e", "--image-name", dest="image_name", 93 parser.add_option("-e", "--image-name", dest="image_name",
94 help="name of the image to use the artifacts from " 94 help="name of the image to use the artifacts from "