summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-04 07:42:24 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-04 07:42:24 (GMT)
commit55def28f6619ab0f9807a0195aa01da5d6ff1dc0 (patch)
treef0762811e1ff964e874d88bd4448b64213bcbd45 /plugins/check_ldap.c
parent04b3d4554b829531ee4859859e7dd25fe660bba8 (diff)
downloadmonitoring-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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index f6e0fca..2064dd3 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -88,6 +88,10 @@ print_help ()
88 88
89 printf (_(UT_WARN_CRIT)); 89 printf (_(UT_WARN_CRIT));
90 90
91 printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT);
92
93 printf (_(UT_VERBOSE));
94
91 printf (_(UT_SUPPORT)); 95 printf (_(UT_SUPPORT));
92} 96}
93 97