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 f9be972bad..a39ec95e0b 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -173,7 +173,7 @@ def wic_create_subcommand(args, usage_str):
173 if not wks_file.endswith(".wks"): 173 if not wks_file.endswith(".wks"):
174 wks_file = engine.find_canned_image(scripts_path, wks_file) 174 wks_file = engine.find_canned_image(scripts_path, wks_file)
175 if not wks_file: 175 if not wks_file:
176 print "No image named %s found, exiting. (Use 'wic list images' to list available images, or specify a fully-qualified OE kickstart (.wks) filename)\n" % wks_file 176 print "No image named %s found, exiting. (Use 'wic list images' to list available images, or specify a fully-qualified OE kickstart (.wks) filename)\n" % args[0]
177 sys.exit(1) 177 sys.exit(1)
178 178
179 image_output_dir = "" 179 image_output_dir = ""