summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 6a44bc8..3f0deb7 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -944,9 +944,6 @@ print_help (void)
944 printf (" %s\n", _("- Note that only one string and one regex may be checked at present")); 944 printf (" %s\n", _("- Note that only one string and one regex may be checked at present"));
945 printf (" %s\n", _("- All evaluation methods other than PR, STR, and SUBSTR expect that the value")); 945 printf (" %s\n", _("- All evaluation methods other than PR, STR, and SUBSTR expect that the value"));
946 printf (" %s\n", _("returned from the SNMP query is an unsigned integer.")); 946 printf (" %s\n", _("returned from the SNMP query is an unsigned integer."));
947#ifdef NP_EXTRA_OPTS
948 printf (" -%s", UT_EXTRA_OPTS_NOTES);
949#endif
950 947
951 printf (UT_SUPPORT); 948 printf (UT_SUPPORT);
952} 949}