modules/sasl.cpp: update help for "set"

This is the same as #793, but for correct branch.

Closes #793
This commit is contained in:
Mikaela Suomalainen
2015-02-19 08:12:58 +02:00
parent 1f7fe5f576
commit 2082362b0b
+1 -1
View File
@@ -70,7 +70,7 @@ public:
AddCommand("Help", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::PrintHelp),
"search", "Generate this output");
AddCommand("Set", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::Set),
"username password", "Set username and password for the PLAIN mechanism");
"<username> [<password>]", "Set username and password for the mechanisms that need them. Password is optional");
AddCommand("Mechanism", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::SetMechanismCommand),
"[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)");
AddCommand("RequireAuth", static_cast<CModCommand::ModCmdFunc>(&CSASLMod::RequireAuthCommand),