From 54ab49efd5fe54616297679d5fb9b44d3dcdf9bc Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Thu, 13 Jan 2022 19:59:44 +0800 Subject: [PATCH] build.sh: fix the typo Signed-off-by: Caesar Wang Change-Id: I149d7ff915f2c7016782b765e3899c10c5eb11b2 --- common/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.sh b/common/build.sh index d084a3f..96b603c 100755 --- a/common/build.sh +++ b/common/build.sh @@ -224,8 +224,8 @@ function usage() echo "ramboot -build ramboot image" echo "multi-npu_boot -build boot image for multi-npu board" echo "yocto -build yocto rootfs" - echo "debian -build debian10 buster/x11 rootfs" - echo "distro -build debian10 buster/wayland rootfs" + echo "debian -build debian rootfs" + echo "distro -build distro rootfs" echo "pcba -build pcba" echo "recovery -build recovery" echo "all -build uboot, kernel, rootfs, recovery image"