aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
authorGravatar Matthias Eble <psychotrahe@users.sourceforge.net> 2011-08-13 03:44:27 +0200
committerGravatar Matthias Eble <psychotrahe@users.sourceforge.net> 2011-08-13 03:44:27 +0200
commit9978b3ca744b076d8ea24441819826938211dd17 (patch)
tree956e7bea328f15f2de2c324cbd937c7ee6b9c799 /plugins/check_ldap.c
parent4d06603060fc1233861b164870f0d3a2e0d8d2eb (diff)
downloadmonitoring-plugins-9978b3ca744b076d8ea24441819826938211dd17.tar.gz
Fix: check_ldap now correctly handles the long option --hostname for -H
The undocumented --host has been changed to --hostname which is actually mentioned in --help. Thanks to lgarrett (#3191388)
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index 726ffa64..f83f1397 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -247,7 +247,7 @@ process_arguments (int argc, char **argv)
{"help", no_argument, 0, 'h'},
{"version", no_argument, 0, 'V'},
{"timeout", required_argument, 0, 't'},
- {"host", required_argument, 0, 'H'},
+ {"hostname", required_argument, 0, 'H'},
{"base", required_argument, 0, 'b'},
{"attr", required_argument, 0, 'a'},
{"bind", required_argument, 0, 'D'},