X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=python%2Fsamba%2Fnetcmd%2Fou.py;fp=python%2Fsamba%2Fnetcmd%2Fou.py;h=38be3cea22e550df98a17aed31edd8cb2d45ef1d;hb=53afa138bbef7a4a2eb9e2b6d183aadde94c132b;hp=f4e01838e6e69f26312a5663b9ac20d329831631;hpb=ed0060d3f2f86837efd5afee6e0b68884765c3c3;p=nivanova%2Fsamba-autobuild%2F.git diff --git a/python/samba/netcmd/ou.py b/python/samba/netcmd/ou.py index f4e01838e6e..38be3cea22e 100644 --- a/python/samba/netcmd/ou.py +++ b/python/samba/netcmd/ou.py @@ -1,6 +1,6 @@ -# implement samba_tool ou commands +# implement samba-tool ou commands # -# Copyright Bjoern Baumbach 2018 +# Copyright Bjoern Baumbach 2018-2019 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -390,7 +390,7 @@ class cmd_delete(Command): class cmd_ou(SuperCommand): - """Organizational Units (OU) management""" + """Organizational Units (OU) management.""" subcommands = {} subcommands["create"] = cmd_create()