Improve help text for HBAC service groups

Remove the part of help text for HBAC service groups which contains
an example suggesting that nested groups are supported. Nested
groups are not supported in HBAC service groups.

https://fedorahosted.org/freeipa/ticket/3548
This commit is contained in:
Ana Krivokapic 2013-04-18 11:06:48 +02:00 committed by Rob Crittenden
parent 692fe7cbf7
commit 4f47ac9d7f

View File

@ -38,10 +38,6 @@ EXAMPLES:
Display information about a named group:
ipa hbacsvcgroup-show login
Add a new group to the "login" group:
ipa hbacsvcgroup-add --desc="switch users" login
ipa hbacsvcgroup-add-member --hbacsvcs=su --hbacsvcs=su-l login
Delete an HBAC service group:
ipa hbacsvcgroup-del login
""")