Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_mysql.c
index b3caf4b53da45345dff00d891ddcd6fce7e71e25..d9b4e537230a281f85d9d265ca1b032129238665 100644 (file)
@@ -422,7 +422,7 @@ print_help (void)
 void
 print_usage (void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("Usage:"));
   printf (" %s [-d database] [-H host] [-P port] [-s socket]\n",progname);
   printf ("       [-u user] [-p password] [-S]\n");
 }