From 7f3fd5e8aac5f6c3ed0328131154d3fd728bba1b Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Fri, 24 Jun 2016 12:16:32 +0200 Subject: [PATCH] scripts: add verbose option in build test help The verbose option was available but not advertised. Fixes: 6e38dfe21389 ("scripts: add verbose test build option") Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index 31d55834d4..7a9f623507 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -63,6 +63,7 @@ print_help () { -h this help -jX use X parallel jobs in "make" -s short test with only first config without examples/doc + -v verbose build config: defconfig[[~][+]option1[[~][+]option2...]] Example: x86_64-native-linuxapp-gcc+debug~RXTX_CALLBACKS -- 2.20.1