From 4c25c8ef9fff51ec9ce85b28ca6746edca165933 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Wed, 12 Sep 2018 18:13:28 +0200 Subject: [PATCH] Improve --testbuild command description --- scripts/configure_firestorm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 122f74b2f2..be6e5ad70c 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -76,7 +76,7 @@ showUsage() echo " --avx : Build with Advanced Vector Extensions" echo " --avx2 : Build with Advanced Vector Extensions 2" echo " --crashreporting : Build with crash reporting enabled" - echo " --testbuild : Create time-limited test build" + echo " --testbuild : Create time-limited test build (build date + )" echo " --platform : darwin | windows | linux" echo " --jobs : Build with jobs in parallel (Linux and Darwin only)" echo