summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rwxr-xr-xauth/credentials/tests/bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/tests/bind.py b/auth/credentials/tests/bind.py
index a256a930a8a..a38021b5ded 100755
--- a/auth/credentials/tests/bind.py
+++ b/auth/credentials/tests/bind.py
@@ -26,7 +26,7 @@ def create_credential(lp, other):
c.set_gensec_features(other.get_gensec_features())
return c
-parser = optparse.OptionParser("ldap [options] <host>")
+parser = optparse.OptionParser("bind [options] <host>")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)