Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_smtp.c
index 6707ec5304b601d822110c7155a15019857b1eb8..b7028e6cccc77ed0e2d94807ffacb23c4c244179 100644 (file)
@@ -816,7 +816,7 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]", progname);
   printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout]\n");
   printf ("[-S] [-D days] [-v] [-4|-6]\n");