loolwsd/LOOLWSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 627cbb73de061685f9647315f0eebc6eab264692 Author: Andras Timar <[email protected]> Date: Wed May 4 20:33:13 2016 +0200 admincreds' argument is not directory diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp index 724a22c..9685350 100644 --- a/loolwsd/LOOLWSD.cpp +++ b/loolwsd/LOOLWSD.cpp @@ -1304,7 +1304,7 @@ void LOOLWSD::defineOptions(OptionSet& optionSet) optionSet.addOption(Option("admincreds", "", "Admin 'username/password' used to access the admin console.") .required(false) .repeatable(false) - .argument("directory")); + .argument("credentials")); optionSet.addOption(Option("allowlocalstorage", "", "When true will allow highly insecure loading of files from local storage.") .required(false) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
