aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-27 16:08:49 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-27 16:08:49 +0200
commit1cbc73bc8b04962947afdead5e451c4e2318bda9 (patch)
treec330aa7cc2a976c5e222f604186656e3885f4f6e /plugins/check_snmp.c
parente9ede0f8e3b5a5402722ae8d10862f29d30c73ae (diff)
downloadmonitoring-plugins-1cbc73bc8b04962947afdead5e451c4e2318bda9.tar.gz
check_snmp: Fix --help segfault
Diffstat (limited to 'plugins/check_snmp.c')
-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 9ca845d7..bae38300 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -1167,7 +1167,7 @@ print_help (void)
printf ("\n");
printf ("%s\n", _("Notes:"));
printf (" %s\n", _("- Multiple OIDs (and labels) may be indicated by a comma or space-delimited "));
- printf (" %s %i %s\n", _("list (lists with internal spaces must be quoted)."));
+ printf (" %s\n", _("list (lists with internal spaces must be quoted)."));
printf(" -%s", UT_THRESHOLDS_NOTES);