From 3b8ed676cc836da2b5cc477e0849526ff211ec96 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Wed, 26 Aug 2020 15:12:02 +0200 Subject: [PATCH] doc: rename 'ou create' to 'ou add' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit And add 'ou create' as synonym for 'ou 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 f2a17adfdbf..60b0902f0ec 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -1088,8 +1088,8 @@ - ou create <replaceable>ou_dn</replaceable> [options] - Create an organizational unit. + ou add <replaceable>ou_dn</replaceable> [options] + Add a new organizational unit. The name of the organizational unit can be specified as a full DN or without the domainDN component. @@ -1103,6 +1103,14 @@ + + ou create <replaceable>ou_dn</replaceable> [options] + Add a new organizational unit. This is a synonym for the + samba-tool ou add command and is available + for compatibility reasons only. Please use + samba-tool ou add instead. + + ou delete <replaceable>ou_dn</replaceable> [options] Delete an organizational unit. -- 2.34.1