]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
doc: rename 'contact create' to 'contact add'
authorJule Anger <ja@sernet.de>
Wed, 26 Aug 2020 13:10:11 +0000 (15:10 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Oct 2020 01:18:41 +0000 (01:18 +0000)
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>
docs-xml/manpages/samba-tool.8.xml

index 76c7d94f198908e4cfd1a4af264fa2fd0c714351..ccaaa8b432aa08229901e4eec4a404455cef58d6 100644 (file)
 </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
        </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>