diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-09-13 00:20:17 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-09-13 02:24:03 +0200 |
commit | 62670d43b81de0f9603b18e020687dfff129a9f9 (patch) | |
tree | 0bf9cec7a1531cabea8a43a11330ffe16ef2da80 /source4 | |
parent | 375a92c302f0cc6b171358e4e954836e3eae1e91 (diff) | |
download | samba-62670d43b81de0f9603b18e020687dfff129a9f9.tar.gz samba-62670d43b81de0f9603b18e020687dfff129a9f9.tar.bz2 samba-62670d43b81de0f9603b18e020687dfff129a9f9.zip |
group.py: Remove tab characters.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/netcmd/group.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/netcmd/group.py b/source4/scripting/python/samba/netcmd/group.py index 5540a526c3..90bee5f636 100644 --- a/source4/scripting/python/samba/netcmd/group.py +++ b/source4/scripting/python/samba/netcmd/group.py @@ -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"], |