blob: 439617f46977ff27bd3e9747901ac36caf698888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- check_snmp-old.c 2008-12-23 06:53:16.000000000 -0500
+++ check_snmp.c 2009-02-17 01:10:44.094965523 -0500
@@ -968,6 +968,8 @@
printf (" %s\n", _("SNMPv3 authentication password"));
printf (" %s\n", "-X, --privpasswd=PASSWORD");
printf (" %s\n", _("SNMPv3 privacy password"));
+ printf (" %s\n", "-e, --retries=INTEGER");
+ printf (" %s\n", _("Number of times to retry query"));
/* OID Stuff */
printf (" %s\n", "-o, --oid=OID(s)");
|