loolwsd/LOOLWSD.cpp |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 70c7ca5a57119f0f8e0548f7a64972b0c7ff0d77
Author: Tor Lillqvist <t...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to