diff options
| author | Björn Baumbach <bb@sernet.de> | 2018-05-07 15:00:17 +0200 |
|---|---|---|
| committer | Björn Baumbach <bbaumbach@samba.org> | 2018-05-14 18:27:17 +0200 |
| commit | e45b5047b94c3f0c812fe7d4931610bcf45bd437 (patch) | |
| tree | 591da29620b2d10e7dba797b0782ea29d3211884 /python | |
| parent | d444221d67abc05dc9966dd7e0a37d30f9848953 (diff) | |
| download | samba-e45b5047b94c3f0c812fe7d4931610bcf45bd437.tar.gz samba-e45b5047b94c3f0c812fe7d4931610bcf45bd437.tar.bz2 samba-e45b5047b94c3f0c812fe7d4931610bcf45bd437.zip | |
samba-tool computer: fix wrong computer container in help message
CN=Users --> CN=Computers
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/netcmd/computer.py | 4 |
1 files changed, 2 insertions, 2 deletions
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=<OU name>'"), + "counterpart) to default CN=Computers in which new " + "computer object will be created. E.g. 'OU=<OU name>'"), type=str), Option("--description", help="Computers's description", type=str), Option("--prepare-oldjoin", |
