doc: rename 'ou create' to 'ou add'
authorJule Anger <ja@sernet.de>
Wed, 26 Aug 2020 13:12:02 +0000 (15:12 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Oct 2020 01:18:40 +0000 (01:18 +0000)
And add 'ou create' as synonym for 'ou add'.

Signed-off-by: Jule Anger <ja@sernet.de>
Reviewed-by: Björn Baumbach <bb@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
docs-xml/manpages/samba-tool.8.xml

index f2a17adfdbf9703d5ccd0915371ebfe6ef092e52..60b0902f0ec116b988f9e2707b3dd34bc5d4d280 100644 (file)
 </refsect2>
 
 <refsect3>
-       <title>ou create <replaceable>ou_dn</replaceable> [options]</title>
-       <para>Create an organizational unit.</para>
+       <title>ou add <replaceable>ou_dn</replaceable> [options]</title>
+       <para>Add a new organizational unit.</para>
        <para>The name of the organizational unit can be specified as a full DN
        or without the domainDN component.</para>
 
        </variablelist>
 </refsect3>
 
+<refsect3>
+       <title>ou create <replaceable>ou_dn</replaceable> [options]</title>
+       <para>Add a new organizational unit. This is a synonym for the
+       <command>samba-tool ou add</command> command and is available
+       for compatibility reasons only. Please use
+       <command>samba-tool ou add</command> instead.</para>
+</refsect3>
+
 <refsect3>
        <title>ou delete <replaceable>ou_dn</replaceable> [options]</title>
        <para>Delete an organizational unit.</para>