[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp
Tor Lillqvist
tml at collabora.com
Mon Apr 18 06:49:46 UTC 2016
loolwsd/LOOLWSD.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 70c7ca5a57119f0f8e0548f7a64972b0c7ff0d77
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Apr 18 09:49:21 2016 +0300
The --nocaps option does not take an argument
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 0313a1a..8bda983 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -1257,8 +1257,7 @@ void LOOLWSD::defineOptions(OptionSet& optionSet)
optionSet.addOption(Option("nocaps", "", "Use a non-privileged forkit for valgrinding.")
.required(false)
- .repeatable(false)
- .argument("nocaps"));
+ .repeatable(false));
optionSet.addOption(Option("careerspan", "", "How many seconds to run.")
.required(false)
More information about the Libreoffice-commits
mailing list