fix(image_to_vm): Remove unused --prod flag, prod_image is the right one

This commit is contained in:
Michael Marineau 2013-08-01 19:05:16 -04:00
parent a2046afc40
commit 626ebd7eb0

View File

@ -29,8 +29,6 @@ DEFINE_string adjust_part "" \
"Adjustments to apply to the partition table"
DEFINE_string board "${DEFAULT_BOARD}" \
"Board for which the image was built"
DEFINE_boolean prod $FLAGS_FALSE \
"Build prod image"
# We default to TRUE so the buildbot gets its image. Note this is different
# behavior from image_to_usb.sh