Mention username as well as password in the sasl module help

This commit is contained in:
Edoardo Spadolini
2014-12-26 10:30:35 +01:00
parent eac2469275
commit beee1f74bc
+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 the password for PLAIN");
"username password", "Set username and password for the PLAIN mechanism");
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),