Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_nwstat.c
index 6e09286773a503c8837ce07a513d9c0120d6c635..81c5575266811f644a06f0fda50dfc738de71362 100644 (file)
@@ -1682,6 +1682,6 @@ void print_help(void)
 
 void print_usage(void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf ("%s -H host [-p port] [-v variable] [-w warning] [-c critical] [-t timeout]\n",progname);
 }