From: Jule Anger Date: Wed, 26 Aug 2020 13:08:58 +0000 (+0200) Subject: doc: rename 'computer create' to 'computer add' X-Git-Tag: talloc-2.3.2~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f657d55f870ec30ec5586447b3d660dabd663c9;p=thirdparty%2Fsamba.git doc: rename 'computer create' to 'computer add' And add 'computer create' as synonym for 'computer 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 61b78e7e42a..65448d7bd94 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -116,8 +116,8 @@ - computer create <replaceable>computername</replaceable> [options] - Create a new computer in the Active Directory Domain. + computer add <replaceable>computername</replaceable> [options] + Add a new computer to the Active Directory Domain. The new computer name specified on the command is the sAMAccountName, with or without the trailing dollar sign. @@ -162,6 +162,14 @@ + + computer create <replaceable>computername</replaceable> [options] + Add a new computer. This is a synonym for the + samba-tool computer add command and is available + for compatibility reasons only. Please use + samba-tool computer add instead. + + computer delete <replaceable>computername</replaceable> [options] Delete an existing computer account.