From 8af49c967dcd3312547c0c59caf7fea4a854790a Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 28 Apr 2017 14:48:55 -0700 Subject: [PATCH] image_to_vm: Update help for --from argument --- image_to_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_to_vm.sh b/image_to_vm.sh index 8526606a2d..043b2648db 100755 --- a/image_to_vm.sh +++ b/image_to_vm.sh @@ -31,7 +31,7 @@ DEFINE_string board "${DEFAULT_BOARD}" \ DEFINE_string format "qemu" \ "Output format, one of: ${VALID_IMG_TYPES[*]}" DEFINE_string from "" \ - "Directory containing rootfs.image and mbr.image" + "Directory containing coreos_developer_image.bin or coreos_production_image.bin." DEFINE_string disk_layout "" \ "The disk layout type to use for this image." DEFINE_integer mem "${DEFAULT_MEM}" \