samba-tool: Some more unifications...
[obnox/samba/samba-obnox.git] / source4 / scripting / python / samba / netcmd / group.py
index a13cb847503674942a84710d9a30cccec0b1dbf6..731d4c1564c733c4d8ef172be6956ac2ebea3a88 100644 (file)
@@ -365,7 +365,7 @@ samba-tool group listmembers \"Domain Users\" -H ldap://samba.samdom.example.com
 
 
 class cmd_group(SuperCommand):
-    """Group management"""
+    """Group management."""
 
     subcommands = {}
     subcommands["add"] = cmd_group_add()