samba-tool: Some more unifications...
[obnox/samba/samba-obnox.git] / source4 / scripting / python / samba / netcmd / user.py
index 914e47f984511afe0569bd7e05f741b2a6a4cdc1..619fe305cfee99aed97ac0de9ed0924f49e1fe33 100644 (file)
@@ -552,7 +552,7 @@ Example3 shows how an administrator would reset TestUser3 user's password to pas
 
 
 class cmd_user(SuperCommand):
-    """User management"""
+    """User management."""
 
     subcommands = {}
     subcommands["add"] = cmd_user_create()