mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-12 05:34:50 -04:00
check_snmp: Fix --help segfault
This commit is contained in:
parent
e9ede0f8e3
commit
1cbc73bc8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue