summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-27 14:08:49 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-27 14:08:49 (GMT)
commit1cbc73bc8b04962947afdead5e451c4e2318bda9 (patch)
treec330aa7cc2a976c5e222f604186656e3885f4f6e
parente9ede0f8e3b5a5402722ae8d10862f29d30c73ae (diff)
downloadmonitoring-plugins-1cbc73bc8b04962947afdead5e451c4e2318bda9.tar.gz
check_snmp: Fix --help segfault
-rw-r--r--plugins/check_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 9ca845d..bae3830 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -1167,7 +1167,7 @@ print_help (void)
1167 printf ("\n"); 1167 printf ("\n");
1168 printf ("%s\n", _("Notes:")); 1168 printf ("%s\n", _("Notes:"));
1169 printf (" %s\n", _("- Multiple OIDs (and labels) may be indicated by a comma or space-delimited ")); 1169 printf (" %s\n", _("- Multiple OIDs (and labels) may be indicated by a comma or space-delimited "));
1170 printf (" %s %i %s\n", _("list (lists with internal spaces must be quoted).")); 1170 printf (" %s\n", _("list (lists with internal spaces must be quoted)."));
1171 1171
1172 printf(" -%s", UT_THRESHOLDS_NOTES); 1172 printf(" -%s", UT_THRESHOLDS_NOTES);
1173 1173