docs-xml: Update vfstest manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Mon, 18 Jan 2021 09:24:09 +0000 (10:24 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 May 2021 02:58:36 +0000 (02:58 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/manpages/vfstest.1.xml

index dc6acd06f872010d6cb85579d3ec44d642af8bdf..005eed267ff4b42ecb4431c16420d0da5228841b 100644 (file)
 <refsynopsisdiv>
        <cmdsynopsis>
                <command>vfstest</command>
-               <arg choice="opt">-d debuglevel</arg>
-               <arg choice="opt">-c command</arg>
-               <arg choice="opt">-l logdir</arg>
-               <arg choice="opt">-h</arg>
+               <arg choice="opt">-?|--help</arg>
+               <arg choice="opt">--usage</arg>
+               <arg choice="opt">-f|--file=STRING</arg>
+               <arg choice="opt">-c|--command=STRING</arg>
+               <arg choice="opt">-m|--memreport=INT</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">-V|--version</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
 
                </para> </listitem>
                </varlistentry>
 
-               &stdarg.help;
-
-               <varlistentry>
-               <term>-l|--logfile=logbasename</term>
-               <listitem><para>File name for log/debug files. The extension
-               <constant>'.client'</constant> will be appended. The log file is never removed
-               by the client.
-               </para></listitem>
-               </varlistentry>
-
-               &stdarg.server.debug;
-               &popt.common.samba;
-
+               &popt.autohelp;
+               &cmdline.common.samba.client;
        </variablelist>
 </refsect1>