[Libreoffice-commits] online.git: configure.ac

Fabian Jucker jucker at gyselroth.com
Mon Nov 20 09:15:03 UTC 2017


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

New commits:
commit 3b82f62084689c97d737cc9e606e1ae6d9fbaaba
Author: Fabian Jucker <jucker at gyselroth.com>
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 <jucker at gyselroth.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/configure.ac b/configure.ac
index 5d458fa4..35a16c82 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],


More information about the Libreoffice-commits mailing list