summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-02-24 09:40:21 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-02-24 09:43:09 (GMT)
commit660dabd5ac7af2678c9e0f323195d1781447ec69 (patch)
treefa67a69a7bcee96fd079f8d7ce44437379226543 /plugins/check_snmp.c
parentd0695b26c1368d82166df627878b4a4a2e479f0b (diff)
downloadmonitoring-plugins-660dabd5ac7af2678c9e0f323195d1781447ec69.tar.gz
check_snmp long help missing retries entry (#2608223)
Fix for check_snmp long help, reported by Richard Edward Horner
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 0982faf..a8e08fa 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -1003,6 +1003,8 @@ print_help (void)
1003 printf (" %s\n", _("Separates output on multiple OID requests")); 1003 printf (" %s\n", _("Separates output on multiple OID requests"));
1004 1004
1005 printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); 1005 printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT);
1006 printf (" %s\n", "-e, --retries=INTEGER");
1007 printf (" %s\n", _("Number of retries to be used in the requests"));
1006 1008
1007 printf (_(UT_VERBOSE)); 1009 printf (_(UT_VERBOSE));
1008 1010