summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r--plugins/check_mysql.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index ad15a77..ea2e30d 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -370,7 +370,7 @@ print_help (void)
370 printf ("%s\n", _("This program tests connections to a mysql server")); 370 printf ("%s\n", _("This program tests connections to a mysql server"));
371 371
372 printf ("\n\n"); 372 printf ("\n\n");
373 373
374 print_usage (); 374 print_usage ();
375 375
376 printf (_(UT_HELP_VRSN)); 376 printf (_(UT_HELP_VRSN));
@@ -391,8 +391,10 @@ print_help (void)
391 printf (" %s\n", _("Exit with WARNING status if slave server is more than INTEGER seconds behind master")); 391 printf (" %s\n", _("Exit with WARNING status if slave server is more than INTEGER seconds behind master"));
392 printf (" %s\n", "-c, --critical"); 392 printf (" %s\n", "-c, --critical");
393 printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master")); 393 printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master"));
394
395 printf ("\n");
394 printf (" %s\n", _("There are no required arguments. By default, the local database with")); 396 printf (" %s\n", _("There are no required arguments. By default, the local database with"));
395 printf (_("a server listening on MySQL standard port %d will be checked\n"), MYSQL_PORT); 397 printf (_(" a server listening on MySQL standard port %d will be checked\n"), MYSQL_PORT);
396 398
397 printf (_(UT_SUPPORT)); 399 printf (_(UT_SUPPORT));
398} 400}