diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-04 09:37:56 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-05-06 20:36:17 +0000 |
commit | 2e5544f3533d619d404d1309678f78b5693feab2 (patch) | |
tree | 73898f37d6a52528d3075ab68702ec95b0da6c37 | |
parent | 3ec0165665565c67adcfa7b7421bb4bf8bb43cba (diff) |
build: fix ./configure help
Type: make
Change-Id: I2479f1f84d32bf3e7266625a01174c1706bea7be
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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__ } |