[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - man/loolwsd.1 wsd/LOOLWSD.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 10 07:03:23 UTC 2018
man/loolwsd.1 | 2 +-
wsd/LOOLWSD.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 720ff0a341ef3533f7d0160e1c33148980a69692
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:02:55 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 b55ec5617..b8571bfb6 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1158,7 +1158,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