1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

docs: mention --change-sid|--new-sid in profiles manpage.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2013-11-18 11:40:35 +01:00 committed by Andreas Schneider
parent deacd68cce
commit c71fd4a9f4

View 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>