From fbbbbb997e15b1316dabd988f9f8d9fb127d8fbc Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 7 Feb 2024 08:43:30 -0800 Subject: [PATCH] build-system: sort Usage message and add missing options Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 6a282bfad..ab460ff02 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -156,7 +156,7 @@ while [[ $# -gt 0 ]] ; do ;; *) echo "Unknown command line argument $arg" - echo "Usage: build.sh [-no-bt] [-quick] [-build-deps] [-prep-only] [-fat-build] [-src-dir ] [-build-prefix ] [-build-with-webkit] [-build-with-map] [-mobile] [-desktop] [-downloader] [-both] [-all] [-ftdi] [-create-appdir] [-release]" + echo "Usage: build.sh [-all] [-both] [-build-deps] [-build-prefix ] [-build-with-map] [-build-with-qt6] [-build-with-webkit] [-create-appdir] [-desktop] [-downloader] [-fat-build] [-ftdi] [-mobile] [-no-bt] [-prep-only] [-quick] [-release] [-src-dir ] " exit 1 ;; esac