This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch ISIS-3271
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/ISIS-3271 by this push:
new ebb8c035aa ISIS-3271: fixes help msg
ebb8c035aa is described below
commit ebb8c035aa5e4771ed9e878a22b309f29eaad024
Author: Dan Haywood <[email protected]>
AuthorDate: Fri Nov 4 09:13:47 2022 +0000
ISIS-3271: fixes help msg
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 3f0f233b82..51f5fbf53b 100644
--- a/build.sh
+++ b/build.sh
@@ -51,7 +51,7 @@ usage() {
echo " -k use 'package' rather than 'install'. Does not run integ tests.
Cannot combine with '-y'" >&2
echo " -y use 'verify' rather than 'install'. Cannot combine with '-k'"
>&2
echo " -O do NOT add '-o' (offline) flag, ie bring down any new
dependencies" >&2
- echo " -A append '-Dmodule-all'. Cannot combine with '-I' or '-K'"
>&2
+ echo " -a append '-Dmodule-all'. Cannot combine with '-I' or '-K'"
>&2
echo " -K append '-Dmodule-all-except-kroviz'. Cannot combine with '-a' or
'-I'" >&2
echo " -I append '-Dmodule-all-except-incubator'. Cannot combine with '-a'
or '-K'" >&2
echo " -F do NOT search for Failures and Errors at the end"
>&2