samba-tool: Some more unifications...
[obnox/samba/samba-obnox.git] / source4 / scripting / python / samba / netcmd / sites.py
index c8462283c6ba37b9b5039eeca707d08cf6e02816..09df55ec9c5f8087251a45a608e7e4a1c2fc56c6 100644 (file)
@@ -98,7 +98,7 @@ class cmd_sites_delete(Command):
 
 
 class cmd_sites(SuperCommand):
-    """Sites management"""
+    """Sites management."""
 
     subcommands = {}
     subcommands["create"] = cmd_sites_create()