samba-tool: Some more unifications...
[metze/samba/wip.git] / source4 / scripting / python / samba / netcmd / dsacl.py
index 36b0938f3e09b08a1aa585b295c5ee3c17c302c4..28aa843adbcdefd09dc3451fdf64e25e3d49ef60 100644 (file)
@@ -176,7 +176,7 @@ class cmd_dsacl_set(Command):
 
 
 class cmd_dsacl(SuperCommand):
-    """DS ACLs manipulation"""
+    """DS ACLs manipulation."""
 
     subcommands = {}
     subcommands["set"] = cmd_dsacl_set()