[Libreoffice-commits] online.git: man/loolwsd.1 wsd/LOOLWSD.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 10 07:04:28 UTC 2018


 man/loolwsd.1   |    2 +-
 wsd/LOOLWSD.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ff5f7a52604803174dfbd1fa5e0e7b4e61639d30
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Oct 10 09:02:55 2018 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Oct 10 09:04:05 2018 +0200

    typo
    
    Change-Id: I925c99699b8d383d2b8643c3846dafc1d19f33ec

diff --git a/man/loolwsd.1 b/man/loolwsd.1
index 22c1fe99e..c73adfd93 100644
--- a/man/loolwsd.1
+++ b/man/loolwsd.1
@@ -18,7 +18,7 @@ loolwsd OPTIONS
 .PP
 \fB\-\-disable\-ssl\fR                  Disable SSL security layer.
 .PP
-\fB\-oxmlpath\fR, \fB\-\-override\fR=\fIxmlpath\fR  Override any setting by providing fullxmlpath=value.
+\fB\-oxmlpath\fR, \fB\-\-override\fR=\fIxmlpath\fR  Override any setting by providing full xmlpath=value.
 .PP
 \fB\-\-config\-file\fR=\fIpath\fR             Override configuration file path.
 .PP
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 223edec5a..1a92a99e2 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1186,7 +1186,7 @@ void LOOLWSD::defineOptions(OptionSet& optionSet)
                         .required(false)
                         .repeatable(false));
 
-    optionSet.addOption(Option("override", "o", "Override any setting by providing fullxmlpath=value.")
+    optionSet.addOption(Option("override", "o", "Override any setting by providing full xmlpath=value.")
                         .required(false)
                         .repeatable(true)
                         .argument("xmlpath"));


More information about the Libreoffice-commits mailing list