From 660dabd5ac7af2678c9e0f323195d1781447ec69 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 24 Feb 2009 04:40:21 -0500 Subject: check_snmp long help missing retries entry (#2608223) Fix for check_snmp long help, reported by Richard Edward Horner --- plugins/check_snmp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 0982faf7..a8e08fa1 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -1003,6 +1003,8 @@ print_help (void) printf (" %s\n", _("Separates output on multiple OID requests")); printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); + printf (" %s\n", "-e, --retries=INTEGER"); + printf (" %s\n", _("Number of retries to be used in the requests")); printf (_(UT_VERBOSE)); -- cgit v1.2.3