Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / negate.c
index 869b9d9d5ba02de91c9ee07403bec1182ce53f63..96f455782af33df2c1752fa5295225b7b1717c0e 100644 (file)
@@ -289,6 +289,6 @@ print_help (void)
 void
 print_usage (void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("Usage:"));
        printf ("%s [-t timeout] [-Towcu STATE] [-s] <definition of wrapped plugin>\n", progname);
 }