From 2082362b0bcfd5a25ba921725d48601e44005cba Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 19 Feb 2015 08:12:58 +0200 Subject: [PATCH] modules/sasl.cpp: update help for "set" This is the same as #793, but for correct branch. Closes #793 --- modules/sasl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sasl.cpp b/modules/sasl.cpp index e6b60a88..e8a07005 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -70,7 +70,7 @@ public: AddCommand("Help", static_cast(&CSASLMod::PrintHelp), "search", "Generate this output"); AddCommand("Set", static_cast(&CSASLMod::Set), - "username password", "Set username and password for the PLAIN mechanism"); + " []", "Set username and password for the mechanisms that need them. Password is optional"); AddCommand("Mechanism", static_cast(&CSASLMod::SetMechanismCommand), "[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)"); AddCommand("RequireAuth", static_cast(&CSASLMod::RequireAuthCommand),