Code

--help output cleanup (plus removal of spaces on blank lines)
[nagiosplug.git] / plugins / check_mysql_query.c
index a168306600c2710d0abfad9ade72c1b7f83f8533..8c6a96c6473ba9b90ec67b3350ae63bccc8b316d 100644 (file)
@@ -302,9 +302,8 @@ print_help (void)
        printf ("    ==> %s <==\n", _("IMPORTANT: THIS FORM OF AUTHENTICATION IS NOT SECURE!!!"));
 
        printf ("\n");
-
-       printf ("%s\n", _("A query is required. The result from the query should be numeric."));
-       printf ("%s\n", _("For extra security, create a user with minimal access."));
+       printf (" %s\n", _("A query is required. The result from the query should be numeric."));
+       printf (" %s\n", _("For extra security, create a user with minimal access."));
 
        printf (_(UT_SUPPORT));
 }