Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[nagiosplug.git] / plugins / check_dummy.c
index e72bf30bbfa4bffb27c2d3979d9bc528607bf9cd..3cfc9ede43c4f1360bec587b268470ebeab99ea8 100644 (file)
@@ -119,6 +119,6 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
   printf (" %s <integer state> [optional text]\n", progname);
 }