From 06a9b7d9af7e66339554c699671e9817f585e05e Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 16 Nov 2011 18:42:40 -0500 Subject: Clarify usage of --posix argument in group plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed by Jérôme Fenal --- ipalib/plugins/group.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins') 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. -- cgit