Tim Landscheidt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117314

Change subject: ldaplist: Fix typo
......................................................................

ldaplist: Fix typo

Change-Id: Ie1d89f032e95e8ddadcb6353322d0192ff367e37
---
M modules/ldap/files/scripts/ldaplist
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/14/117314/1

diff --git a/modules/ldap/files/scripts/ldaplist 
b/modules/ldap/files/scripts/ldaplist
index 42d7bb6..e88aa0c 100755
--- a/modules/ldap/files/scripts/ldaplist
+++ b/modules/ldap/files/scripts/ldaplist
@@ -28,7 +28,7 @@
     ldapSupportLib.addParserOptions(parser)
 
     parser.add_option("-v", "--verbose", action="store_true", dest="verbose", 
help="Show the database and search filter used for this search")
-    parser.add_option("-l", "--longlisting", action="store_true", 
dest="longlisting", help="List all the attributes for each  entry  matching  
the search  criteria.  By default, ldaplist lists only the Distiguished Name of 
the entries found.")
+    parser.add_option("-l", "--longlisting", action="store_true", 
dest="longlisting", help="List all the attributes for each entry matching the 
search criteria.  By default, ldaplist lists only the Distinguished Name of the 
entries found.")
     parser.add_option("-h", action="store_true", dest="helpme", help="Show 
available databases to search")
     parser.add_option("-d", "--showdatabase", action="store_true", 
dest="showdatabase", help="Show the base dn being used for this database")
     parser.add_option("-a", "--showattributes", dest="showattributes", 
help="Show the given attributes")

-- 
To view, visit https://gerrit.wikimedia.org/r/117314
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1d89f032e95e8ddadcb6353322d0192ff367e37
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to