diff options
author | Jan Wagner <waja@cyconet.org> | 2015-11-03 10:08:11 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2015-11-03 10:08:11 (GMT) |
commit | ac380fd243e4eb7f0b1ace06dbdc276a3a13a9bb (patch) | |
tree | d00cbc644faef3d4f46463dfb9da7c92077a6a2c /plugins | |
parent | 5e7cdfd08c2feaba9a48857646fb0297748b395f (diff) | |
parent | b59ac4e61565c4afd2c5aa9bf943e47e272c5aaf (diff) | |
download | monitoring-plugins-ac380fd243e4eb7f0b1ace06dbdc276a3a13a9bb.tar.gz |
Merge remote-tracking branch 'upstream/pr/1390'
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index e70d6a5..66be4b4 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -483,7 +483,7 @@ print_help (void) | |||
483 | 483 | ||
484 | printf (" %s\n", "-W [--warn-entries]"); | 484 | printf (" %s\n", "-W [--warn-entries]"); |
485 | printf (" %s\n", _("Number of found entries to result in warning status")); | 485 | printf (" %s\n", _("Number of found entries to result in warning status")); |
486 | printf (" %s\n", "-W [--crit-entries]"); | 486 | printf (" %s\n", "-C [--crit-entries]"); |
487 | printf (" %s\n", _("Number of found entries to result in critical status")); | 487 | printf (" %s\n", _("Number of found entries to result in critical status")); |
488 | 488 | ||
489 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 489 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |