X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_nwstat.c;h=6e09286773a503c8837ce07a513d9c0120d6c635;hb=884aee06674755ef44e4042803ae84a0faac5b10;hp=2c3369a5fe941606790086466bba794edf70c40a;hpb=25d1ee331dbe4977a4a1a756c67f32bd51d9b070;p=nagiosplug.git 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) 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); }