From 848085db68accd7d00c511445cfd42406660e6e0 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 19 Feb 2015 08:08:35 +0200 Subject: [PATCH] sasl: fix help text for requireauth Closes #875 --- modules/sasl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sasl.cpp b/modules/sasl.cpp index e6b60a88..ad631cf4 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -74,7 +74,7 @@ public: AddCommand("Mechanism", static_cast(&CSASLMod::SetMechanismCommand), "[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)"); AddCommand("RequireAuth", static_cast(&CSASLMod::RequireAuthCommand), - "[yes|no]", "Don't connect if SASL cannot be authenticated"); + "[yes|no]", "Don't connect unless SASL authentication succeeds"); m_bAuthenticated = false; }