diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 16:23:03 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | 4f790b10d5a6737f1b5978fca27d78a0b27aa75d (patch) | |
tree | 40b9a9e8bb0db173bb4823d69f85663e5d27ca84 /docs-xml/manpages | |
parent | b5fa1139a4e9ef7bd79ace6efe7bf06af595daa4 (diff) | |
download | samba-4f790b10d5a6737f1b5978fca27d78a0b27aa75d.tar.gz samba-4f790b10d5a6737f1b5978fca27d78a0b27aa75d.tar.xz samba-4f790b10d5a6737f1b5978fca27d78a0b27aa75d.zip |
docs: mention --dc-info in wbinfo manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/wbinfo.1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index f970a5e361..2df86ca308 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -27,6 +27,7 @@ <arg choice="opt">--ccache-save</arg> <arg choice="opt">--change-user-password</arg> <arg choice="opt">-D domain</arg> + <arg choice="opt">--dc-info domain</arg> <arg choice="opt">--domain domain</arg> <arg choice="opt">--dsgetdcname domain</arg> <arg choice="opt">-g</arg> @@ -142,6 +143,12 @@ </varlistentry> <varlistentry> + <term>--dc-info <replaceable>domain</replaceable></term> + <listitem><para>Displays information about the current domain controller for a domain. + </para></listitem> + </varlistentry> + + <varlistentry> <term>--domain <replaceable>name</replaceable></term> <listitem><para>This parameter sets the domain on which any specified operations will performed. If special domain name '.' is used to represent |