aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2010-07-09 19:28:44 -0400
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2010-07-09 19:39:09 -0400
commit2527bdd4b67e4a347d620b10e3b9f8b6e54de30c (patch)
treed08aa4f46dd929fbe22f217708907055aad052fa /plugins/check_snmp.c
parent02f9207ebe3a5ae5b35b4b69be1f3bf95ab5a220 (diff)
downloadmonitoring-plugins-2527bdd4b67e4a347d620b10e3b9f8b6e54de30c.tar.gz
Fix --help output when MAX_OIDS is altered.
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 206073b6..f32a26eb 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -1076,8 +1076,8 @@ print_help (void)
printf ("\n");
printf ("%s\n", _("Notes:"));
- printf (" %s\n", _("- Multiple OIDs may be indicated by a comma- or space-delimited list (lists with"));
- printf (" %s\n", _("internal spaces must be quoted) [max 8 OIDs]"));
+ printf (" %s\n", _("- Multiple OIDs may be indicated by a comma or space-delimited list (lists with"));
+ printf (" %s %i %s\n", _("internal spaces must be quoted). Maximum:"), MAX_OIDS, _("OIDs."));
printf(" -%s", UT_THRESHOLDS_NOTES);