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, 3 insertions, 3 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index 30dce9d..5863e1a 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -308,8 +308,8 @@ a server listening on MySQL standard port %d will be checked\n"), MYSQL_PORT);
308void 308void
309print_usage (void) 309print_usage (void)
310{ 310{
311 printf (_("\ 311 printf ("\
312Usage: %s [-d database] [-H host] [-P port] [-u user] [-p password] [-S]\n"), 312Usage: %s [-d database] [-H host] [-P port] [-u user] [-p password] [-S]\n",
313 progname); 313 progname);
314 printf (_(UT_HLP_VRS), progname, progname); 314 printf (UT_HLP_VRS, progname, progname);
315} 315}