diff options
Diffstat (limited to 'plugins/check_mysql_query.c')
-rw-r--r-- | plugins/check_mysql_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index cae47187..cf9d8dfb 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
@@ -322,7 +322,7 @@ print_help (void) | |||
322 | void | 322 | void |
323 | print_usage (void) | 323 | print_usage (void) |
324 | { | 324 | { |
325 | printf (_("Usage:")); | 325 | printf ("%s\n", _("Usage:")); |
326 | printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname); | 326 | printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname); |
327 | printf (" [-d database] [-u user] [-p password]\n"); | 327 | printf (" [-d database] [-u user] [-p password]\n"); |
328 | } | 328 | } |