summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mysql_query.c')
-rw-r--r--plugins/check_mysql_query.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c
index a168306..8c6a96c 100644
--- a/plugins/check_mysql_query.c
+++ b/plugins/check_mysql_query.c
@@ -302,9 +302,8 @@ print_help (void)
302 printf (" ==> %s <==\n", _("IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!")); 302 printf (" ==> %s <==\n", _("IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!"));
303 303
304 printf ("\n"); 304 printf ("\n");
305 305 printf (" %s\n", _("A query is required. The result from the query should be numeric."));
306 printf ("%s\n", _("A query is required. The result from the query should be numeric.")); 306 printf (" %s\n", _("For extra security, create a user with minimal access."));
307 printf ("%s\n", _("For extra security, create a user with minimal access."));
308 307
309 printf (_(UT_SUPPORT)); 308 printf (_(UT_SUPPORT));
310} 309}