summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-22 03:29:18 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-22 03:29:18 (GMT)
commit884aee06674755ef44e4042803ae84a0faac5b10 (patch)
tree8417817953081465f40741352aa85c5f4c7318ec /plugins/check_snmp.c
parent00bf32bb6088557d69f91a41f3a556c3e495cd46 (diff)
downloadmonitoring-plugins-884aee06674755ef44e4042803ae84a0faac5b10.tar.gz
Standardize the extra-opts notes
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}