Code

check_pgsql: Determine connection time in µs-resolution.
[nagiosplug.git] / plugins / check_radius.c
index c95fbe1ff2ec2ad20fec96da721d9a7f5087461c..61d84fb8b971001ee1d4abb749696ea054a15033 100644 (file)
@@ -374,12 +374,6 @@ print_help (void)
   printf ("%s\n", _("run the plugin at regular predictable intervals. Please be sure that"));
   printf ("%s\n", _("the password used does not allow access to sensitive system resources."));
 
-#ifdef NP_EXTRA_OPTS
-  printf ("\n");
-  printf ("%s\n", _("Notes:"));
-  printf (UT_EXTRA_OPTS_NOTES);
-#endif
-
        printf (UT_SUPPORT);
 }
 
@@ -388,7 +382,7 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf ("%s -H host -F config_file -u username -p password\n\
                        [-P port] [-t timeout] [-r retries] [-e expect]\n\
                        [-n nas-id] [-N nas-ip-addr]\n", progname);