mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
Typo in check_ldap.c usage
This commit is contained in:
parent
5e7cdfd08c
commit
b59ac4e615
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ print_help (void)
|
|||
|
||||
printf (" %s\n", "-W [--warn-entries]");
|
||||
printf (" %s\n", _("Number of found entries to result in warning status"));
|
||||
printf (" %s\n", "-W [--crit-entries]");
|
||||
printf (" %s\n", "-C [--crit-entries]");
|
||||
printf (" %s\n", _("Number of found entries to result in critical status"));
|
||||
|
||||
printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
|
||||
|
|
|
|||
Loading…
Reference in a new issue