diff options
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", |
