]> git.samba.org - bbaumbach/samba-autobuild/.git/commitdiff
doc: rename 'user create' to 'user add'
authorJule Anger <ja@sernet.de>
Wed, 26 Aug 2020 13:13:12 +0000 (15:13 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Oct 2020 01:18:40 +0000 (01:18 +0000)
And add 'user create' as synonym for 'user 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 60b0902f0ec116b988f9e2707b3dd34bc5d4d280..61b78e7e42a4504b784f4fd0221c49e50a937e6d 100644 (file)
 
 <refsect3>
        <title>user add <replaceable>username</replaceable> [<replaceable>password</replaceable>]</title>
-       <para>Create a new user. Please note that this subcommand is deprecated
-       and available for compatibility reasons only. Please use
-       <command>samba-tool user create</command> instead.</para>
+       <para>Add a new user to the Active Directory Domain.</para>
 </refsect3>
 
 <refsect3>
        <title>user create <replaceable>username</replaceable> [<replaceable>password</replaceable>]</title>
-       <para>Create a new user in the Active Directory Domain.</para>
+       <para>Add a new user. This is a synonym for the
+       <command>samba-tool user add</command> command and is available
+       for compatibility reasons only. Please use
+       <command>samba-tool user add</command> instead.</para>
 </refsect3>
 
 <refsect3>