[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - configure.ac

Fabian Jucker jucker at gyselroth.com
Sat Jan 6 15:31:07 UTC 2018


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

New commits:
commit be40492e24bc8b54600d8304085ca567b5ee24e6
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>
    (cherry picked from commit 3b82f62084689c97d737cc9e606e1ae6d9fbaaba)
    Reviewed-on: https://gerrit.libreoffice.org/47472
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

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],


More information about the Libreoffice-commits mailing list