diff options
-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 726ffa6..f83f139 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -247,7 +247,7 @@ process_arguments (int argc, char **argv) | |||
247 | {"help", no_argument, 0, 'h'}, | 247 | {"help", no_argument, 0, 'h'}, |
248 | {"version", no_argument, 0, 'V'}, | 248 | {"version", no_argument, 0, 'V'}, |
249 | {"timeout", required_argument, 0, 't'}, | 249 | {"timeout", required_argument, 0, 't'}, |
250 | {"host", required_argument, 0, 'H'}, | 250 | {"hostname", required_argument, 0, 'H'}, |
251 | {"base", required_argument, 0, 'b'}, | 251 | {"base", required_argument, 0, 'b'}, |
252 | {"attr", required_argument, 0, 'a'}, | 252 | {"attr", required_argument, 0, 'a'}, |
253 | {"bind", required_argument, 0, 'D'}, | 253 | {"bind", required_argument, 0, 'D'}, |