Fix discrepencies between built-in help and the man page.

Resolves bz 429814
This commit is contained in:
Rob Crittenden
2008-01-25 13:49:08 -05:00
parent 473eb9992e
commit 94a3a5c038
2 changed files with 19 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ import ldap
import errno
def usage():
print "ipa-moduser [-a|--activate] [-c|--gecos STRING] [-d|--directory STRING] [-f|--firstname STRING] [-l|--lastname STRING] [-s|--shell STRING] [--add attribute=value] [--del attribute] [--set attribute=value] user"
print "ipa-moduser [-a|--activate] [-c|--gecos STRING] [-d|--directory STRING] [-f|--firstname STRING] [-l|--lastname STRING] [-s|--shell STRING] [--addattr attribute=value] [--delattr attribute] [--setattr attribute=value] user"
sys.exit(1)
def set_add_usage(which):