sasl: fix help text for requireauth

Closes #875
This commit is contained in:
Mikaela Suomalainen
2015-02-19 08:08:35 +02:00
parent 1f7fe5f576
commit 848085db68
+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;
}