summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-11-16 18:42:40 -0500
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:17 -0500
commitd656118fd89f46cf692f009416371a1d74a4221c (patch)
tree7dd40b0f1cfa19a1b12ab202a18eaa0b30b75b9d /ipalib
parentc6d9750cab33ac3fba1788a7382855bdb0757ba8 (diff)
downloadfreeipa.git-d656118fd89f46cf692f009416371a1d74a4221c.tar.gz
freeipa.git-d656118fd89f46cf692f009416371a1d74a4221c.tar.xz
freeipa.git-d656118fd89f46cf692f009416371a1d74a4221c.zip
Clarify usage of --posix argument in group plugin.
Contributed by Jérôme Fenal
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/group.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/group.py b/ipalib/plugins/group.py
index cd4a0545..4872872a 100644
--- a/ipalib/plugins/group.py
+++ b/ipalib/plugins/group.py
@@ -28,8 +28,8 @@ Groups of users
Manage groups of users. By default, new groups are POSIX groups. You
can add the --nonposix option to the group-add command to mark a new group
-as non-POSIX, and you can use the same argument to the group-mod command
-to convert a non-POSIX group to a POSIX group. POSIX groups cannot be
+as non-POSIX. You can use the --posix argument with the group-mod command
+to convert a non-POSIX group into a POSIX group. POSIX groups cannot be
converted to non-POSIX groups.
Every group must have a description.