From 2e5544f3533d619d404d1309678f78b5693feab2 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 4 May 2021 09:37:56 +0200 Subject: [PATCH] build: fix ./configure help Type: make Change-Id: I2479f1f84d32bf3e7266625a01174c1706bea7be Signed-off-by: Damjan Marion --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 71af538b98e..369adedaab8 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ OPTIONS: --help, -h This help --build-dir, -b Build directory --install-dir, -i Install directory - --type, -t Build type (release, debug, ... ) + --build-type, -t Build type (release, debug, ...) --wipe, -w Wipe whole repo (except startup.* files) __EOF__ } -- 2.16.6