Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_dns.c
index 43167122e11430b24cc07c4d5fdfd4827e921d2a..73b560ca665af001e16e211c1fec87cf5cda4548 100644 (file)
@@ -483,6 +483,6 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
   printf ("%s -H host [-s server] [-a expected-address] [-A] [-t timeout] [-w warn] [-c crit]\n", progname);
 }