summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-08-07 01:22:07 +0300
committerTor Lillqvist <tml@collabora.com>2020-08-07 11:33:53 +0200
commit12d24634dfbe6c191c810a0d2be53211cb86c75f (patch)
tree91492700305787f74d5e6c211c2f9502e95636a4 /configure.ac
parent6f22e4e5f93af27fa41bd1054a817df2409fdc62 (diff)
Make help message match actual option name
Change-Id: Icd959b2e221402779ff998aa249ffa4da55cdfd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100279 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 59ec7ec58bf1..08b0d7f037fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2439,7 +2439,7 @@ AC_ARG_WITH(macosx-version-min-required,
AS_HELP_STRING([--with-macosx-version-min-required=<version>],
[set the minimum OS version needed to run the built LibreOffice])
[
- e. g.: --with-macos-version-min-required=10.10
+ e. g.: --with-macosx-version-min-required=10.10
see --with-macosx-sdk for more info
],
,)
@@ -2448,7 +2448,7 @@ AC_ARG_WITH(macosx-version-max-allowed,
AS_HELP_STRING([--with-macosx-version-max-allowed=<version>],
[set the maximum allowed OS version the LibreOffice compilation can use APIs from])
[
- e. g.: --with-macos-version-max-allowed=10.10
+ e. g.: --with-macosx-version-max-allowed=10.10
see --with-macosx-sdk for more info
],
,)