Add documentation for the additional short flags.
authorMahlon E. Smith <mahlon@martini.nu>
Tue, 06 Sep 2011 15:59:07 -0700
changeset 19 18e71da965ff
parent 18 db47ba64ebda
child 20 d956658803b8
Add documentation for the additional short flags.
shelldap
--- a/shelldap	Sat Mar 05 18:50:27 2011 +0100
+++ b/shelldap	Tue Sep 06 15:59:07 2011 -0700
@@ -90,6 +90,7 @@
 address, or a URI.
 
     --server ldaps://ldap.example.net
+    -H ldaps://ldap.example.net
 
 =back
 
@@ -101,6 +102,7 @@
 an anonymous bind.  You will be prompted for a password.
 
     --binddn cn=Manager,dc=your,o=company
+    -D cn=Manager,dc=your,o=company
 
 =back
 
@@ -112,6 +114,7 @@
 try and ask the server for a sane default.
 
     --basedn dc=your,o=company
+    -b dc=your,o=company
 
 =back