diff --git a/src/plugins/mod_patterns.c b/src/plugins/mod_patterns.c index d352f77c..6bbd4cc7 100644 --- a/src/plugins/mod_patterns.c +++ b/src/plugins/mod_patterns.c @@ -597,9 +597,9 @@ static int command_patterntest(struct plugin_handle* plugin, struct plugin_user* /* * Command to add a pattern exception to the list. - * Usage: !patternexadd - * Min protected credentials: set this minimally one level lower than related pattern min. protected credentials otherwise exception will not work. - * Still this can prevent lowest user levels to send forbidden patterns. + * Usage: !patternexadd + * Min and max protected credentials: set this minimally one level lower than related pattern protected credentials otherwise exception will not work. + * Prevents lowest user levels when sending selected forbidden patterns. * Pattern ID: ID of a pattern to which the exception is related. */