summaryrefslogtreecommitdiffstats
path: root/plugins/check_nwstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r--plugins/check_nwstat.c3
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}