From: Björn Baumbach Date: Mon, 7 May 2018 13:00:17 +0000 (+0200) Subject: samba-tool computer: fix wrong computer container in help message X-Git-Tag: ldb-1.4.0~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e45b5047b94c3f0c812fe7d4931610bcf45bd437;p=thirdparty%2Fsamba.git samba-tool computer: fix wrong computer container in help message CN=Users --> CN=Computers Signed-off-by: Björn Baumbach Reviewed-by: Björn Jacke --- diff --git a/python/samba/netcmd/computer.py b/python/samba/netcmd/computer.py index 9ca8904a70e..7a913b4fb3f 100644 --- a/python/samba/netcmd/computer.py +++ b/python/samba/netcmd/computer.py @@ -208,8 +208,8 @@ Example3 shows how to create a new computer in the OrgUnit organizational unit. type=str, metavar="URL", dest="H"), Option("--computerou", help=("DN of alternative location (with or without domainDN " - "counterpart) to default CN=Users in which new computer " - "object will be created. E. g. 'OU='"), + "counterpart) to default CN=Computers in which new " + "computer object will be created. E.g. 'OU='"), type=str), Option("--description", help="Computers's description", type=str), Option("--prepare-oldjoin",