diff options
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 2c3369a5..6e092867 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c @@ -1674,9 +1674,6 @@ void print_help(void) printf (" %s\n", _("- Values for critical thresholds should be lower than warning thresholds")); printf (" %s\n", _(" when the following variables are checked: VPF, VKF, LTCH, CBUFF, DCB, ")); printf (" %s\n", _(" TCB, LRUS and LRUM.")); -#ifdef NP_EXTRA_OPTS - printf (" -%s", UT_EXTRA_OPTS_NOTES); -#endif printf (UT_SUPPORT); } |