Merge pull request #678 from bgilbert/from

image_to_vm: Update help for --from argument
This commit is contained in:
Benjamin Gilbert 2017-04-28 14:52:28 -07:00 committed by GitHub
commit 174bddc27e

View File

@ -31,7 +31,7 @@ DEFINE_string board "${DEFAULT_BOARD}" \
DEFINE_string format "qemu" \ DEFINE_string format "qemu" \
"Output format, one of: ${VALID_IMG_TYPES[*]}" "Output format, one of: ${VALID_IMG_TYPES[*]}"
DEFINE_string from "" \ 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 "" \ DEFINE_string disk_layout "" \
"The disk layout type to use for this image." "The disk layout type to use for this image."
DEFINE_integer mem "${DEFAULT_MEM}" \ DEFINE_integer mem "${DEFAULT_MEM}" \