diff --git a/verify_rootfs_chksum.sh b/verify_rootfs_chksum.sh index bfe4c3a5d6..4963b47e7d 100755 --- a/verify_rootfs_chksum.sh +++ b/verify_rootfs_chksum.sh @@ -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.