1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

doc: rename 'computer create' to 'computer add'

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>
This commit is contained in:
Jule Anger 2020-08-26 15:08:58 +02:00 committed by Douglas Bagnall
parent 1703ca1136
commit 5f657d55f8

View File

@ -116,8 +116,8 @@
</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>
@ -162,6 +162,14 @@
</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>