configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit be40492e24bc8b54600d8304085ca567b5ee24e6
Author: Fabian Jucker <[email protected]>
Date:   Wed Oct 4 10:59:04 2017 +0200

    correct help message for with-max-connections, with-max-documents
    
    Change-Id: Ib7244a6ee55284b36d874a101505e2fe04377c9c
    Reviewed-on: https://gerrit.libreoffice.org/43121
    Reviewed-by: Fabian Jucker <[email protected]>
    Reviewed-by: Andras Timar <[email protected]>
    Tested-by: Andras Timar <[email protected]>
    (cherry picked from commit 3b82f62084689c97d737cc9e606e1ae6d9fbaaba)
    Reviewed-on: https://gerrit.libreoffice.org/47472
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Michael Meeks <[email protected]>

diff --git a/configure.ac b/configure.ac
index 081a17a9..d3cefbb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,11 +101,11 @@ AC_ARG_WITH([support-public-key],
                 [Implements signed key with expiration required for support. 
Almost certainly you don not want to use this.]))
 
 AC_ARG_WITH([max-connections],
-            AS_HELP_STRING([--max-connections],
+            AS_HELP_STRING([--with-max-connections],
                            [Set the limit on the total number of client 
connections. Def: 20, Min: 3.]))
 
 AC_ARG_WITH([max-documents],
-             AS_HELP_STRING([--max-documents],
+             AS_HELP_STRING([--with-max-documents],
                            [Set the limit on the total number of documents. 
Def: 10, Min: 2.]))
 
 AC_ARG_WITH([compiler-plugins],
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to