From: Jule Anger Date: Wed, 26 Aug 2020 13:13:12 +0000 (+0200) Subject: doc: rename 'user create' to 'user add' X-Git-Tag: talloc-2.3.2~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d93a7e21204fb4d9f1be36c3a524d8eb687a2634;p=thirdparty%2Fsamba.git doc: rename 'user create' to 'user add' And add 'user create' as synonym for 'user add'. Signed-off-by: Jule Anger Reviewed-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 60b0902f0ec..61b78e7e42a 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -1264,14 +1264,15 @@ user add <replaceable>username</replaceable> [<replaceable>password</replaceable>] - Create a new user. Please note that this subcommand is deprecated - and available for compatibility reasons only. Please use - samba-tool user create instead. + Add a new user to the Active Directory Domain. user create <replaceable>username</replaceable> [<replaceable>password</replaceable>] - Create a new user in the Active Directory Domain. + Add a new user. This is a synonym for the + samba-tool user add command and is available + for compatibility reasons only. Please use + samba-tool user add instead.