]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Update profiles manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Mon, 18 Jan 2021 09:29:33 +0000 (10:29 +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/profiles.1.xml

index 012f84354b632bc4d1d7d106d41f337bd7c2dbec..9d57a7d61d2b66bbba666251c754bf027a15ac88 100644 (file)
 <refsynopsisdiv>
        <cmdsynopsis>
                <command>profiles</command>
-               <arg choice="opt">-v</arg>
-               <arg choice="opt">-c|--change-sid SID</arg>
-               <arg choice="opt">-n|--new-sid SID</arg>
-               <arg choice="req">file</arg>
+               <arg choice="opt">-c|--change-sid=STRING</arg>
+               <arg choice="opt">-n|--new-sid=STRING</arg>
+               <arg choice="opt">-v|--verbose</arg>
+               <arg choice="opt">-?|--help</arg>
+               <arg choice="opt">--usage</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">FILE</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -63,9 +72,8 @@
                </para></listitem>
                </varlistentry>
 
-               &popt.common.samba.client;
+               &cmdline.common.samba.client;
                &popt.autohelp;
-
        </variablelist>
 </refsect1>