summaryrefslogtreecommitdiffstats
path: root/server/man/sss_groupshow.8.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-02-01 11:39:51 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-10 12:45:04 -0500
commit20f7be44229515fafaf034c516ffc328e5293e52 (patch)
tree87bca40eb52bf3641d603005b91dfa9af4cd9672 /server/man/sss_groupshow.8.xml
parent6ae5d03ccc5dd2ff22610d894feac56cdaf563cc (diff)
downloadsssd-20f7be44229515fafaf034c516ffc328e5293e52.tar.gz
sssd-20f7be44229515fafaf034c516ffc328e5293e52.tar.xz
sssd-20f7be44229515fafaf034c516ffc328e5293e52.zip
sss_groupshow improvements
This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list of groupnames is comma separated (#398) * output inconsistencies (#399)
Diffstat (limited to 'server/man/sss_groupshow.8.xml')
-rw-r--r--server/man/sss_groupshow.8.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/server/man/sss_groupshow.8.xml b/server/man/sss_groupshow.8.xml
index 816e2b76e..13e2dfcbb 100644
--- a/server/man/sss_groupshow.8.xml
+++ b/server/man/sss_groupshow.8.xml
@@ -31,13 +31,23 @@
<para>
<command>sss_groupshow</command> displays information about a group
identified by its name <replaceable>GROUP</replaceable>. The information
- include the group ID number, members of the group and the parent group.
+ includes the group ID number, members of the group and the parent group.
</para>
</refsect1>
<refsect1 id='options'>
<title>OPTIONS</title>
<variablelist remap='IP'>
+ <varlistentry>
+ <term>
+ <option>-R</option>,<option>--recursive</option>
+ </term>
+ <listitem>
+ <para>
+ Also print indirect group members in a tree-like hierarchy.
+ </para>
+ </listitem>
+ </varlistentry>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/param_help.xml" />
</variablelist>
</refsect1>