From 3b7cf5f5dd99f55404848d2eb6c4b2ecb02607e7 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Wed, 26 Aug 2020 15:10:11 +0200 Subject: [PATCH] doc: rename 'contact create' to 'contact add' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit And add 'contact create' as synonym for 'contact 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 76c7d94f198..ccaaa8b432a 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -231,8 +231,8 @@ - contact create [<replaceable>contactname</replaceable>] [options] - Create a new contact in the Active Directory Domain. + contact add [<replaceable>contactname</replaceable>] [options] + Add a new contact to the Active Directory Domain. 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 @@ -346,6 +346,14 @@ + contact create [<replaceable>contactname</replaceable>] [options] + Add a new contact. This is a synonym for the + samba-tool contact add command and is available + for compatibility reasons only. Please use + samba-tool contact add instead. + + + contact delete <replaceable>contactname</replaceable> [options] Delete an existing contact. The contactname specified on the command is the common name or the -- 2.11.4.GIT