]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Update smbcontrol manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Mon, 18 Jan 2021 14:38:35 +0000 (15:38 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 25 May 2021 00:23:37 +0000 (00:23 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/manpages/smbcontrol.1.xml

index 935713b46a06d47197841249dc7ea49e5f32baad..4b5d90c47b2207f78dfce29f3e40efe6b8e1f3da 100644 (file)
 <refsynopsisdiv>
        <cmdsynopsis>
                <command>smbcontrol</command>
-               <arg>-s</arg>
-               <arg>-t|--timeout</arg>
+               <arg choice="opt">-?|--help</arg>
+               <arg choice="opt">--usage</arg>
+               <arg choice="opt">-t|--timeout</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>
        </cmdsynopsis>
        
        <cmdsynopsis>
@@ -49,8 +57,6 @@
        <title>OPTIONS</title>
 
        <variablelist>
-               &popt.autohelp;
-               &popt.common.samba.client;
                <varlistentry>
                <term>-t|--timeout</term>
                <listitem><para>
                <listitem><para>Type of message to send. See 
                the section <constant>MESSAGE-TYPES</constant> for details.
                </para></listitem></varlistentry>
-               
 
-       
                <varlistentry>
                <term>parameters</term>
                <listitem><para>any parameters required for the message-type</para>
                </listitem>
                </varlistentry>
+
+               &popt.autohelp;
+               &cmdline.common.samba.client;
        </variablelist>
        
 </refsect1>