diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-02 12:19:07 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-08 13:42:46 -0500 |
commit | 7d83d46ff9eb06b294c186a41ad9e7dbe648f5c3 (patch) | |
tree | 05d145a699edb40df06de97f7d9a3a89603a43bf /src/man | |
parent | ac318e41098b306a626fa686904bbd626794e812 (diff) | |
download | sssd-7d83d46ff9eb06b294c186a41ad9e7dbe648f5c3.tar.gz sssd-7d83d46ff9eb06b294c186a41ad9e7dbe648f5c3.tar.xz sssd-7d83d46ff9eb06b294c186a41ad9e7dbe648f5c3.zip |
groupshow: only show all parents in recursive mode
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sss_groupshow.8.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/man/sss_groupshow.8.xml b/src/man/sss_groupshow.8.xml index 13e2dfcbb..cb1046b9c 100644 --- a/src/man/sss_groupshow.8.xml +++ b/src/man/sss_groupshow.8.xml @@ -45,6 +45,8 @@ <listitem> <para> Also print indirect group members in a tree-like hierarchy. + Note that this also affects printing parent groups - without + <option>R</option>, only the direct parent will be printed. </para> </listitem> </varlistentry> |