mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
docs-xml: Update smbtree manpage for new cmdline opition parser
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
e8ba85b4a8
commit
8b01db48f4
@ -20,8 +20,29 @@
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>smbtree</command>
|
||||
<arg choice="opt">-D</arg>
|
||||
<arg choice="opt">-S</arg>
|
||||
<arg choice="opt">-D|--domains</arg>
|
||||
<arg choice="opt">-S|--servers</arg>
|
||||
<arg choice="opt">-?|--help</arg>
|
||||
<arg choice="opt">--usage</arg>
|
||||
<arg choice="opt">-d|--debuglevel=DEBUGLEVEL</arg>
|
||||
<arg choice="opt">--debug-stdout</arg>
|
||||
<arg choice="opt">--configfile=CONFIGFILE</arg>
|
||||
<arg choice="opt">--option=name=value</arg>
|
||||
<arg choice="opt">-l|--log-basename=LOGFILEBASE</arg>
|
||||
<arg choice="opt">--leak-report</arg>
|
||||
<arg choice="opt">--leak-report-full</arg>
|
||||
<arg choice="opt">-U|--user=[DOMAIN/]USERNAME[%PASSWORD]</arg>
|
||||
<arg choice="opt">-N|--no-pass</arg>
|
||||
<arg choice="opt">--password=STRING</arg>
|
||||
<arg choice="opt">--pw-nt-hash</arg>
|
||||
<arg choice="opt">-A|--authentication-file=FILE</arg>
|
||||
<arg choice="opt">-P|--machine-pass</arg>
|
||||
<arg choice="opt">--simple-bind-dn=DN</arg>
|
||||
<arg choice="opt">--use-kerberos=desired|required|off</arg>
|
||||
<arg choice="opt">--use-krb5-ccache=CCACHE</arg>
|
||||
<arg choice="opt">--use-winbind-ccache</arg>
|
||||
<arg choice="opt">--client-protection=sign|encrypt|off</arg>
|
||||
<arg choice="opt">-V|--version</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -59,11 +80,9 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
&stdarg.server.debug;
|
||||
&popt.common.samba;
|
||||
&popt.common.credentials;
|
||||
&popt.autohelp;
|
||||
|
||||
&cmdline.common.samba.client;
|
||||
&cmdline.common.credentials;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user