Merge pull request #876 from Mkaysi/sasl-requireauth

sasl: fix help text for requireauth
This commit is contained in:
J-P Nurmi
2015-02-19 08:20:14 +01:00
+1 -1
View File
@@ -74,7 +74,7 @@ public:
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),
"[yes|no]", "Don't connect if SASL cannot be authenticated");
"[yes|no]", "Don't connect unless SASL authentication succeeds");
m_bAuthenticated = false;
}