summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-18 11:40:35 +0100
committerAndreas Schneider <asn@samba.org>2013-11-19 09:52:41 +0100
commitc71fd4a9f49bf5cf2cef7874789e95b0603bbaa4 (patch)
tree3b14a4ef32d50975d87462cd8c169301c47e3604 /docs-xml/manpages
parentdeacd68cce662d0780eaa255fd51fc4f5f5ee629 (diff)
downloadsamba-c71fd4a9f49bf5cf2cef7874789e95b0603bbaa4.tar.gz
samba-c71fd4a9f49bf5cf2cef7874789e95b0603bbaa4.tar.xz
samba-c71fd4a9f49bf5cf2cef7874789e95b0603bbaa4.zip
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>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/profiles.1.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs-xml/manpages/profiles.1.xml b/docs-xml/manpages/profiles.1.xml
index 311c8ffc099..83358a8b887 100644
--- a/docs-xml/manpages/profiles.1.xml
+++ b/docs-xml/manpages/profiles.1.xml
@@ -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>