From 5f657d55f870ec30ec5586447b3d660dabd663c9 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Wed, 26 Aug 2020 15:08:58 +0200 Subject: [PATCH] doc: rename 'computer create' to 'computer add' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit And add 'computer create' as synonym for 'computer add'. Signed-off-by: Jule Anger Reviewed-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- docs-xml/manpages/samba-tool.8.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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. -- 2.34.1