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:
parent
8e1fe474c9
commit
1751341671
@ -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 <debug level></arg>
|
||||
<arg choice="opt">-s <config file></arg>
|
||||
<arg choice="opt">-l <log file base></arg>
|
||||
<arg choice="opt">-V</arg>
|
||||
<arg choice="opt">--option=<name>=<value></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"><database></arg>
|
||||
<arg choice="req"><operation></arg>
|
||||
<arg choice="opt"><key>
|
||||
@ -90,8 +94,9 @@
|
||||
specified.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
&popt.common.samba.client;
|
||||
|
||||
&popt.autohelp;
|
||||
&cmdline.common.samba.client;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user