docs: mention --change-sid|--new-sid in profiles manpage.
authorGünther Deschner <gd@samba.org>
Mon, 18 Nov 2013 10:40:35 +0000 (11:40 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 19 Nov 2013 08:52:41 +0000 (09:52 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
docs-xml/manpages/profiles.1.xml

index 311c8ffc0996f84514be93e7484f5cec0a93d79f..83358a8b887cfd349dd12eab3e58c9f4703375f0 100644 (file)
@@ -21,8 +21,8 @@
        <cmdsynopsis>
                <command>profiles</command>
                <arg choice="opt">-v</arg>
-               <arg choice="opt">-c SID</arg>
-               <arg choice="opt">-n SID</arg>
+               <arg choice="opt">-c|--change-sid SID</arg>
+               <arg choice="opt">-n|--new-sid SID</arg>
                <arg choice="req">file</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
@@ -58,6 +58,7 @@
 
                <varlistentry>
                <term>-c SID1 -n SID2</term>
+               <term>--change-sid SID1 --new-sid SID2</term>
                <listitem><para>Change all occurrences of SID1 in <filename>file</filename> by SID2.
                </para></listitem>
                </varlistentry>