diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-04 07:42:24 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-04 07:42:24 +0000 |
commit | 55def28f6619ab0f9807a0195aa01da5d6ff1dc0 (patch) | |
tree | f0762811e1ff964e874d88bd4448b64213bcbd45 /plugins/check_ldap.c | |
parent | 04b3d4554b829531ee4859859e7dd25fe660bba8 (diff) | |
download | monitoring-plugins-55def28f6619ab0f9807a0195aa01da5d6ff1dc0.tar.gz |
markup for translation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@643 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index f6e0fca0..2064dd3b 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -88,6 +88,10 @@ print_help () printf (_(UT_WARN_CRIT)); + printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); + + printf (_(UT_VERBOSE)); + printf (_(UT_SUPPORT)); } |