diff options
Diffstat (limited to 'server/man/sss_groupshow.8.xml')
-rw-r--r-- | server/man/sss_groupshow.8.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/server/man/sss_groupshow.8.xml b/server/man/sss_groupshow.8.xml index 816e2b76..13e2dfcb 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> |