diff options
author | Kai Blin <kai@samba.org> | 2007-08-12 22:57:04 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:34 -0500 |
commit | db875dc6e8374957ad70b49efc0fad499dd2da74 (patch) | |
tree | 383968d09ec6fbefa415a3234c7083c6193c773e | |
parent | f74d7e56ada51c97526093d12e497769371fd929 (diff) | |
download | samba-db875dc6e8374957ad70b49efc0fad499dd2da74.tar.gz samba-db875dc6e8374957ad70b49efc0fad499dd2da74.tar.bz2 samba-db875dc6e8374957ad70b49efc0fad499dd2da74.zip |
--uid-info takes a uid as parameter
I knew I was going to mess up. I hope that one is better.
(This used to be commit ede1d0d9d7d859b38e3a8e58f1e5c1675386d7ad)
-rw-r--r-- | docs/manpages-3/wbinfo.1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manpages-3/wbinfo.1.xml b/docs/manpages-3/wbinfo.1.xml index 626314e32b..a57f56f6dd 100644 --- a/docs/manpages-3/wbinfo.1.xml +++ b/docs/manpages-3/wbinfo.1.xml @@ -43,7 +43,7 @@ <arg choice="opt">-S sid</arg> <arg choice="opt">-t</arg> <arg choice="opt">-u</arg> - <arg choice="opt">--uid-info</arg> + <arg choice="opt">--uid-info uid</arg> <arg choice="opt">--user-domgroups sid</arg> <arg choice="opt">--user-sids sid</arg> <arg choice="opt">-U uid</arg> @@ -284,9 +284,9 @@ </varlistentry> <varlistentry> - <term>--uid-info</term> + <term>--uid-info UID</term> <listitem><para>Get user info for the user conencted to - uid.</para></listitem> + user id UID.</para></listitem> </varlistentry> <varlistentry> |