diff options
author | Gerald Carter <jerry@samba.org> | 2008-03-31 20:40:24 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:44 -0500 |
commit | 185f977e94672ecbac3f2ae46c4961fc53eeb922 (patch) | |
tree | 5295b4e8c405d6c3d41821a7c16e4bdeca7ea21e /docs | |
parent | c519a4c9bcc6a3a5e64b6e30a1cc123b2efd4d4e (diff) | |
download | samba-185f977e94672ecbac3f2ae46c4961fc53eeb922.tar.gz samba-185f977e94672ecbac3f2ae46c4961fc53eeb922.tar.bz2 samba-185f977e94672ecbac3f2ae46c4961fc53eeb922.zip |
Document --verbose option to wbinfo
(This used to be commit fa20651444465816457000b12e603988ca6b28bc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/wbinfo.1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages-3/wbinfo.1.xml b/docs/manpages-3/wbinfo.1.xml index cf2a47f266..9c13d05719 100644 --- a/docs/manpages-3/wbinfo.1.xml +++ b/docs/manpages-3/wbinfo.1.xml @@ -49,6 +49,7 @@ <arg choice="opt">-U uid</arg> <arg choice="opt">-V</arg> <arg choice="opt">-Y sid</arg> + <arg choice="opt">--verbose</arg> </cmdsynopsis> </refsynopsisdiv> @@ -309,6 +310,14 @@ </varlistentry> <varlistentry> + <term>--verbose</term> + <listitem><para> + Print additional information about the query + results. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-Y|--sid-to-gid sid</term> <listitem><para>Convert a SID to a UNIX group id. If the SID does not correspond to a UNIX group mapped by <citerefentry> |