docs-xml: Update dbwrap_tool manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Mon, 18 Jan 2021 13:10:00 +0000 (14:10 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 11 May 2021 07:08:22 +0000 (09:08 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
docs-xml/manpages/dbwrap_tool.1.xml

index c2d9c306902e3421f451e68082f95e123b8cd507..c6a69f89ba135415a64746fbb63f2b2379ebc7ad 100644 (file)
 <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>