diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-21 23:29:18 -0400 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-21 23:29:18 -0400 |
commit | 884aee06674755ef44e4042803ae84a0faac5b10 (patch) | |
tree | 8417817953081465f40741352aa85c5f4c7318ec /plugins/check_mysql_query.c | |
parent | 00bf32bb6088557d69f91a41f3a556c3e495cd46 (diff) | |
download | monitoring-plugins-884aee06674755ef44e4042803ae84a0faac5b10.tar.gz |
Standardize the extra-opts notes
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 | } |