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

2018-01-06 Thread Fabian Jucker
 configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit be40492e24bc8b54600d8304085ca567b5ee24e6
Author: Fabian Jucker <juc...@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 <juc...@gyselroth.com>
Reviewed-by: Andras Timar <andras.ti...@collabora.com>
Tested-by: Andras Timar <andras.ti...@collabora.com>
(cherry picked from commit 3b82f62084689c97d737cc9e606e1ae6d9fbaaba)
Reviewed-on: https://gerrit.libreoffice.org/47472
Reviewed-by: Michael Meeks <michael.me...@collabora.com>
Tested-by: Michael Meeks <michael.me...@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],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-11-20 Thread Fabian Jucker
 configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3b82f62084689c97d737cc9e606e1ae6d9fbaaba
Author: Fabian Jucker <juc...@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 <juc...@gyselroth.com>
Reviewed-by: Andras Timar <andras.ti...@collabora.com>
Tested-by: Andras Timar <andras.ti...@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],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits