summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/man
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-01-25 13:49:08 -0500
committerRob Crittenden <rcritten@redhat.com>2008-01-25 13:49:08 -0500
commit94a3a5c038534452930b6ddeb5a67240f867542c (patch)
tree468062bc815155c90f11ca932fdb3e4bb4cd6f9c /ipa-admintools/man
parent473eb9992e249428bee278643f7075b4dd38fd26 (diff)
downloadfreeipa-94a3a5c038534452930b6ddeb5a67240f867542c.tar.gz
freeipa-94a3a5c038534452930b6ddeb5a67240f867542c.tar.xz
freeipa-94a3a5c038534452930b6ddeb5a67240f867542c.zip
Fix discrepencies between built-in help and the man page.
Resolves bz 429814
Diffstat (limited to 'ipa-admintools/man')
-rw-r--r--ipa-admintools/man/ipa-moduser.132
1 files changed, 18 insertions, 14 deletions
diff --git a/ipa-admintools/man/ipa-moduser.1 b/ipa-admintools/man/ipa-moduser.1
index 616cb9b2..53f479c4 100644
--- a/ipa-admintools/man/ipa-moduser.1
+++ b/ipa-admintools/man/ipa-moduser.1
@@ -27,27 +27,31 @@ ipa\-moduser [\fIOPTION\fR]... \fIname\fR
Updates the user \fIname\fR.
.SH "OPTIONS"
.TP
-\fB\-a\fR, \fB\-\-add\fR=\fIuser1,user2,...usern\fR
-Add one or more users to the group
-
+\fB\-a\fR, \fB\-\-activate\fR
+Activate a user that was previously inactivated
.TP
-\fB\-d\fR, \fB\-\-description\fR=\fIdescription\fR
-Modify the description of the group
-
+\fB\-c\fR, \fB\-\-gecos\fR=\fIGECOS\fR
+Set the gecos field of the user. This is traditionally the user's full name.
.TP
-\fB\-r\fR, \fB\-\-remove\fR=\fIuser1,user2,...usern\fR
-Remove one or more users from the group
-
+\fB\-d\fR, \fB\-\-directory\fR=\fIdirectory\fR
+Set user's home directory
+.TP
+\fB\-f\fR, \fB\-\-firstname\fR=\fINAME\fR
+Set user's first name
.TP
-\fB\-\-addattr\fR=\fIattr=value\fR
+\fB\-l\fR, \fB\-\-lastname\fR=\fINAME\fR
+Set user's last name
+.TP
+\fB\-s\fR, \fB\-\-shell\fR=\fIshell\fR
+Set user's login shell
+.TP
+\fB\-\-addattr\fR \fIattr=value\fR
Add a new attribute, or value to an existing attribute
-
.TP
-\fB\-\-delattr\fR=\fIattr=value\fR
+\fB\-\-delattr\fR \fIattr=value\fR
Remove an attribute and all values
-
.TP
-\fB\-\-setattr\fR=\fIattr=value\fR
+\fB\-\-setattr\fR \fIattr=value\fR
Set an attribute to a new value, removing all old ones
.SH "EXIT STATUS"
The exit status is 0 on success, nonzero on error.