diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-15 12:52:25 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-15 12:52:25 +0000 |
commit | e5324624caefb201439012d795bebdf46966ec9c (patch) | |
tree | 0d94d5ab9044c1ac6aebf67906e7d7626135c1fb /plugins/check_ldap.c | |
parent | 180f20d60dde6e2584e2abda4e9f9e4fc6d8c1ae (diff) | |
download | monitoring-plugins-e5324624caefb201439012d795bebdf46966ec9c.tar.gz |
cleaning help and usage
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 4f143280..7f8b7fd9 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -21,7 +21,7 @@ | |||
21 | /* progname may be check_ldaps */ | 21 | /* progname may be check_ldaps */ |
22 | char *progname = "check_ldap"; | 22 | char *progname = "check_ldap"; |
23 | const char *revision = "$Revision$"; | 23 | const char *revision = "$Revision$"; |
24 | const char *copyright = "2000-2004"; | 24 | const char *copyright = "2000-2006"; |
25 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 25 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
26 | 26 | ||
27 | #include "common.h" | 27 | #include "common.h" |
@@ -392,8 +392,8 @@ print_help (void) | |||
392 | void | 392 | void |
393 | print_usage (void) | 393 | print_usage (void) |
394 | { | 394 | { |
395 | printf ("\ | 395 | printf (_("Usage:")); |
396 | Usage: %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ | 396 | printf ("\%s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]\n\ |
397 | [-P <password>] [-w <warn_time>] [-c <crit_time>]\n\ | 397 | [-P <password>] [-w <warn_time>] [-c <crit_time>]\n\ |
398 | [-t timeout]%s\n", | 398 | [-t timeout]%s\n", |
399 | //(Note: all times are in seconds.)\n", | 399 | //(Note: all times are in seconds.)\n", |