Code

updating the help and usage for localization
[nagiosplug.git] / plugins / check_dummy.c
index 0a7f472cb8c2c834c85e85f1a359ed4d9f4f2261..af7f8a3dd3a24dd91220941838d4a6f2254d3431 100644 (file)
@@ -90,11 +90,9 @@ print_help (void)
   printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n");
   printf (COPYRIGHT, copyright, email);
 
-  printf (_("This plugin will simply return the state corresponding to the numeric value"));
+  printf ("%s\n", _("This plugin will simply return the state corresponding to the numeric value"));
  
-  printf ("\n");
-  printf (_("of the <state> argument with optional text"));
+  printf ("%s\n", _("of the <state> argument with optional text"));
 
   printf ("\n\n");