From: Damjan Marion Date: Tue, 4 May 2021 07:37:56 +0000 (+0200) Subject: build: fix ./configure help X-Git-Tag: v21.10-rc0~111 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2e5544f3533d619d404d1309678f78b5693feab2;p=vpp.git build: fix ./configure help Type: make Change-Id: I2479f1f84d32bf3e7266625a01174c1706bea7be Signed-off-by: Damjan Marion --- 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__ }