Code

sfsnapshotgit: Better handling of remote refs
[nagiosplug.git] / plugins / check_mysql.c
index ce190621d60f507cbcccf59eb39490ba6b721639..d9b4e537230a281f85d9d265ca1b032129238665 100644 (file)
@@ -410,14 +410,10 @@ print_help (void)
   printf (" %s\n", _("using the default unix socket. You can force TCP on localhost by using an"));
   printf (" %s\n", _("IP address or FQDN ('localhost' will use the socket as well)."));
 
-#ifdef NP_EXTRA_OPTS
        printf ("\n");
        printf ("%s\n", _("Notes:"));
-       printf (UT_EXTRA_OPTS_NOTES);
-       printf ("\n");
        printf (" %s\n", _("You must specify -p with an empty string to force an empty password,"));
        printf (" %s\n", _("overriding any my.cnf settings."));
-#endif
 
        printf (UT_SUPPORT);
 }
@@ -426,7 +422,7 @@ print_help (void)
 void
 print_usage (void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("Usage:"));
   printf (" %s [-d database] [-H host] [-P port] [-s socket]\n",progname);
   printf ("       [-u user] [-p password] [-S]\n");
 }