diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-22 03:29:18 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-22 03:29:18 (GMT) |
commit | 884aee06674755ef44e4042803ae84a0faac5b10 (patch) | |
tree | 8417817953081465f40741352aa85c5f4c7318ec /plugins/check_nwstat.c | |
parent | 00bf32bb6088557d69f91a41f3a556c3e495cd46 (diff) | |
download | monitoring-plugins-884aee06674755ef44e4042803ae84a0faac5b10.tar.gz |
Standardize the extra-opts notes
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r-- | plugins/check_nwstat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c index 2c3369a..6e09286 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c | |||
@@ -1674,9 +1674,6 @@ void print_help(void) | |||
1674 | printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); | 1674 | printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); |
1675 | printf (" %s\n", _(" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, ")); | 1675 | printf (" %s\n", _(" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, ")); |
1676 | printf (" %s\n", _(" TCB, LRUS and LRUM.")); | 1676 | printf (" %s\n", _(" TCB, LRUS and LRUM.")); |
1677 | #ifdef NP_EXTRA_OPTS | ||
1678 | printf (" -%s", UT_EXTRA_OPTS_NOTES); | ||
1679 | #endif | ||
1680 | 1677 | ||
1681 | printf (UT_SUPPORT); | 1678 | printf (UT_SUPPORT); |
1682 | } | 1679 | } |