mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
doc: rename 'contact create' to 'contact add'
And add 'contact create' as synonym for 'contact 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:
parent
f38336ac0e
commit
3b7cf5f5dd
@ -231,8 +231,8 @@
|
||||
</refsect2>
|
||||
|
||||
<refsect3>
|
||||
<title>contact create [<replaceable>contactname</replaceable>] [options]</title>
|
||||
<para>Create a new contact in the Active Directory Domain.</para>
|
||||
<title>contact add [<replaceable>contactname</replaceable>] [options]</title>
|
||||
<para>Add a new contact to the Active Directory Domain.</para>
|
||||
<para>The name of the new contact can be specified by the first
|
||||
argument 'contactname' or the --given-name, --initial and --surname
|
||||
arguments. If no 'contactname' is given, contact's name will be made
|
||||
@ -345,6 +345,14 @@
|
||||
</variablelist>
|
||||
</refsect3>
|
||||
|
||||
<refsect3>
|
||||
<title>contact create [<replaceable>contactname</replaceable>] [options]</title>
|
||||
<para>Add a new contact. This is a synonym for the
|
||||
<command>samba-tool contact add</command> command and is available
|
||||
for compatibility reasons only. Please use
|
||||
<command>samba-tool contact add</command> instead.</para>
|
||||
</refsect3>
|
||||
|
||||
<refsect3>
|
||||
<title>contact delete <replaceable>contactname</replaceable> [options]</title>
|
||||
<para>Delete an existing contact.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user