Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_pgsql.c
index 06e1127bf225052ea19d1d91fdd88522709d6dc7..19c3117d72929e6d29495ea3569c62c1f8426f7e 100644 (file)
@@ -474,7 +474,7 @@ print_help (void)
 void
 print_usage (void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("Usage:"));
        printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname);
        printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n");
 }