diff options
Diffstat (limited to 'scripts/run-qemu-ota')
-rwxr-xr-x | scripts/run-qemu-ota | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota index de63297..e9f44d6 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota | |||
@@ -53,7 +53,7 @@ def main(): | |||
53 | 53 | ||
54 | cmdline = qemu_command.command_line() | 54 | cmdline = qemu_command.command_line() |
55 | if args.overlay and not exists(args.overlay): | 55 | if args.overlay and not exists(args.overlay): |
56 | print("Image file %s does not yet exist, creating." % args.overlay) | 56 | print("Overlay file %s does not yet exist, creating." % args.overlay) |
57 | img_cmdline = qemu_command.img_command_line() | 57 | img_cmdline = qemu_command.img_command_line() |
58 | if args.dry_run: | 58 | if args.dry_run: |
59 | print(" ".join(img_cmdline)) | 59 | print(" ".join(img_cmdline)) |