Fix typo of verify_rootfs_chksum.sh.

BUG=none
TEST=none

Change-Id: Iaed383363c0eb73a1e378cd99e39403d9296b4bf
Reviewed-on: http://gerrit.chromium.org/gerrit/2369
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: Tom Wai-Hong Tam <waihong@chromium.org>
This commit is contained in:
Tom Wai-Hong Tam 2011-06-09 12:06:22 +08:00
parent 232cb578ed
commit a4fca6f29b

View File

@ -48,7 +48,7 @@ FLAGS "$@" || exit 1
eval set -- "${FLAGS_ARGV}"
if [ -z $FLAGS_image ] ; then
die "Use --from to specify a device or an image file."
die "Use --image to specify a device or an image file."
fi
# Turn path into an absolute path.