]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
doc: rename 'computer create' to 'computer add'
authorJule Anger <ja@sernet.de>
Wed, 26 Aug 2020 13:08:58 +0000 (15:08 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Oct 2020 01:18:40 +0000 (01:18 +0000)
And add 'computer create' as synonym for 'computer 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 61b78e7e42a4504b784f4fd0221c49e50a937e6d..65448d7bd94d550364388242c9726b28b4a3cf48 100644 (file)
 </refsect2>
 
 <refsect3>
-       <title>computer create <replaceable>computername</replaceable> [options]</title>
-       <para>Create a new computer in the Active Directory Domain.</para>
+       <title>computer add <replaceable>computername</replaceable> [options]</title>
+       <para>Add a new computer to the Active Directory Domain.</para>
        <para>The new computer name specified on the command is the
        sAMAccountName, with or without the trailing dollar sign.</para>
 
        </variablelist>
 </refsect3>
 
+<refsect3>
+       <title>computer create <replaceable>computername</replaceable> [options]</title>
+       <para>Add a new computer. This is a synonym for the
+       <command>samba-tool computer add</command> command and is available
+       for compatibility reasons only. Please use
+       <command>samba-tool computer add</command> instead.</para>
+</refsect3>
+
 <refsect3>
        <title>computer delete <replaceable>computername</replaceable> [options]</title>
        <para>Delete an existing computer account.</para>