summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
commited62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch)
treef479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_mysql.c
parent140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff)
downloadmonitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
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}