Fix help text of -a argument

This commit is contained in:
Rob Crittenden 2008-01-11 13:01:39 -05:00
parent 74d2153c5e
commit b51a147a6b

View File

@ -39,7 +39,7 @@ def parse_options():
parser = OptionParser()
parser.add_option("-a", "--all", action="store_true", dest="all",
help="Set user's e-mail address")
help="Display all attributes")
parser.add_option("-n", "--notranslate", action="store_true",
dest="notranslate",
help="Don't translate LDAP attributes into readable labels")