Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_mysql_query.c
index cae4718730780ff10e9292765f1b030b2ae1ed7d..cf9d8dfb2db227cd96e5f1eb50c2d86d7f87d8ef 100644 (file)
@@ -322,7 +322,7 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
   printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname);
   printf ("       [-d database] [-u user] [-p password]\n");
 }