check_snmp: Fix --help segfault

This commit is contained in:
Holger Weiss 2013-08-27 16:08:49 +02:00
parent e9ede0f8e3
commit 1cbc73bc8b

View file

@ -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);