group.py: Remove tab characters.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 12 Sep 2011 22:20:17 +0000 (00:20 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 13 Sep 2011 00:24:03 +0000 (02:24 +0200)
source4/scripting/python/samba/netcmd/group.py

index 5540a526c379554e17adb95f95d558ad15aa86fe..90bee5f636ad4d3c2d018249ea12ff631f694a38 100644 (file)
@@ -49,8 +49,8 @@ class cmd_group_add(Command):
         Option("-H", "--URL", help="LDB URL for database or target server", type=str,
                metavar="URL", dest="H"),
         Option("--groupou",
-          help="Alternative location (without domainDN counterpart) to default CN=Users in which new user object will be created",
-          type=str),
+           help="Alternative location (without domainDN counterpart) to default CN=Users in which new user object will be created",
+           type=str),
         Option("--group-scope", type="choice", choices=["Domain", "Global", "Universal"],
             help="Group scope (Domain | Global | Universal)"),
         Option("--group-type", type="choice", choices=["Security", "Distribution"],