1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

docs-xml: Update dbwrap_tool 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:
Andreas Schneider 2021-01-18 14:10:00 +01:00 committed by Andrew Bartlett
parent 8e1fe474c9
commit 1751341671

View File

@ -19,13 +19,17 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>dbwrap_tool</command>
<arg choice="opt">-?|--help</arg>
<arg choice="opt">--usage</arg>
<arg choice="opt">--persistent</arg>
<arg choice="opt">--non-persistent</arg>
<arg choice="opt">-d &lt;debug level&gt;</arg>
<arg choice="opt">-s &lt;config file&gt;</arg>
<arg choice="opt">-l &lt;log file base&gt;</arg>
<arg choice="opt">-V</arg>
<arg choice="opt">--option=&lt;name&gt;=&lt;value&gt;</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="req">&lt;database&gt;</arg>
<arg choice="req">&lt;operation&gt;</arg>
<arg choice="opt">&lt;key&gt;
@ -90,8 +94,9 @@
specified.
</para></listitem>
</varlistentry>
&popt.common.samba.client;
&popt.autohelp;
&cmdline.common.samba.client;
</variablelist>
</refsect1>