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@gyselroth.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
libreoffice-6-0
Fabian Jucker 2017-10-04 10:59:04 +02:00 committed by Andras Timar
parent 6a2c370f9a
commit 3b82f62084
1 changed files with 2 additions and 2 deletions

View File

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