diff options
Diffstat (limited to 'plugins/check_mysql_query.c')
| -rw-r--r-- | plugins/check_mysql_query.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index 40adf092..cae47187 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
| @@ -310,14 +310,10 @@ print_help (void) | |||
| 310 | printf (" %s\n", _("A query is required. The result from the query should be numeric.")); | 310 | printf (" %s\n", _("A query is required. The result from the query should be numeric.")); |
| 311 | printf (" %s\n", _("For extra security, create a user with minimal access.")); | 311 | printf (" %s\n", _("For extra security, create a user with minimal access.")); |
| 312 | 312 | ||
| 313 | #ifdef NP_EXTRA_OPTS | ||
| 314 | printf ("\n"); | 313 | printf ("\n"); |
| 315 | printf ("%s\n", _("Notes:")); | 314 | printf ("%s\n", _("Notes:")); |
| 316 | printf (UT_EXTRA_OPTS_NOTES); | ||
| 317 | printf ("\n"); | ||
| 318 | printf (" %s\n", _("You must specify -p with an empty string to force an empty password,")); | 315 | printf (" %s\n", _("You must specify -p with an empty string to force an empty password,")); |
| 319 | printf (" %s\n", _("overriding any my.cnf settings.")); | 316 | printf (" %s\n", _("overriding any my.cnf settings.")); |
| 320 | #endif | ||
| 321 | 317 | ||
| 322 | printf (UT_SUPPORT); | 318 | printf (UT_SUPPORT); |
| 323 | } | 319 | } |
