summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-07-14 13:22:51 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-07-14 13:22:51 (GMT)
commit4bb8e2f51481338f7381b48186502519863399aa (patch)
tree76ad6aecaf46059ff4567417a4532dff868d65f2 /plugins
parent9bab433981f6c67b40776d1916baae28a0243124 (diff)
parent2527bdd4b67e4a347d620b10e3b9f8b6e54de30c (diff)
downloadmonitoring-plugins-4bb8e2f51481338f7381b48186502519863399aa.tar.gz
Merge branch 'master' of ssh://tonvoon@nagiosplug.git.sourceforge.net/gitroot/nagiosplug/nagiosplug
Diffstat (limited to 'plugins')
-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 206073b..f32a26e 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -1076,8 +1076,8 @@ print_help (void)
1076 1076
1077 printf ("\n"); 1077 printf ("\n");
1078 printf ("%s\n", _("Notes:")); 1078 printf ("%s\n", _("Notes:"));
1079 printf (" %s\n", _("- Multiple OIDs may be indicated by a comma- or space-delimited list (lists with")); 1079 printf (" %s\n", _("- Multiple OIDs may be indicated by a comma or space-delimited list (lists with"));
1080 printf (" %s\n", _("internal spaces must be quoted) [max 8 OIDs]")); 1080 printf (" %s %i %s\n", _("internal spaces must be quoted). Maximum:"), MAX_OIDS, _("OIDs."));
1081 1081
1082 printf(" -%s", UT_THRESHOLDS_NOTES); 1082 printf(" -%s", UT_THRESHOLDS_NOTES);
1083 1083