samba-tool: Some more unifications...
authorKarolin Seeger <kseeger@samba.org>
Tue, 9 Oct 2012 09:53:21 +0000 (11:53 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Oct 2012 15:12:07 +0000 (17:12 +0200)
in the usage message.

Karolin

15 files changed:
source4/scripting/python/samba/netcmd/delegation.py
source4/scripting/python/samba/netcmd/domain.py
source4/scripting/python/samba/netcmd/drs.py
source4/scripting/python/samba/netcmd/dsacl.py
source4/scripting/python/samba/netcmd/fsmo.py
source4/scripting/python/samba/netcmd/gpo.py
source4/scripting/python/samba/netcmd/group.py
source4/scripting/python/samba/netcmd/ldapcmp.py
source4/scripting/python/samba/netcmd/ntacl.py
source4/scripting/python/samba/netcmd/rodc.py
source4/scripting/python/samba/netcmd/sites.py
source4/scripting/python/samba/netcmd/spn.py
source4/scripting/python/samba/netcmd/time.py
source4/scripting/python/samba/netcmd/user.py
source4/scripting/python/samba/netcmd/vampire.py

index 14182b27bbbe1e20af8fd28913e7382b29a2b02a..47dffb07d51900539b7c3d4ef78e1532083bd5c3 100644 (file)
@@ -253,7 +253,7 @@ class cmd_delegation_del_service(Command):
 
 
 class cmd_delegation(SuperCommand):
-    """Delegation management"""
+    """Delegation management."""
 
     subcommands = {}
     subcommands["show"] = cmd_delegation_show()
index 67732b14791a0b88d38933a7e28498141a458580..6e3f35a0afccc862d761c1ef202f3cff9c8f58c8 100644 (file)
@@ -1331,7 +1331,7 @@ class cmd_domain_samba3upgrade(cmd_domain_classicupgrade):
 
 
 class cmd_domain(SuperCommand):
-    """Domain management"""
+    """Domain management."""
 
     subcommands = {}
     subcommands["demote"] = cmd_domain_demote()
index fc71b69f9e9975fc671066bab5dc1e1456d8d4d0..074b7af7e474046e88c2857486eb8370b72e89a9 100644 (file)
@@ -501,7 +501,7 @@ class cmd_drs_options(Command):
 
 
 class cmd_drs(SuperCommand):
-    """Directory Replication Services (DRS) management"""
+    """Directory Replication Services (DRS) management."""
 
     subcommands = {}
     subcommands["bind"] = cmd_drs_bind()
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()
index 71d9879d8a1da5472f16a3c2d8f38139623cfb4d..15d1d496a21bf2189fce2f033bdb31ce9a414668 100644 (file)
@@ -269,7 +269,7 @@ all=all of the above"""),
 
 
 class cmd_fsmo(SuperCommand):
-    """Flexible Single Master Operations (FSMO) roles management"""
+    """Flexible Single Master Operations (FSMO) roles management."""
 
     subcommands = {}
     subcommands["seize"] = cmd_fsmo_seize()
index 412e736f21d18004dc113bcb40a7dcc3da42ac4a..53bfcaaa26a0f6c59c7c7c172ae472a6d12080ca 100644 (file)
@@ -1073,7 +1073,7 @@ class cmd_del(Command):
 
 
 class cmd_gpo(SuperCommand):
-    """Group Policy Object (GPO) management"""
+    """Group Policy Object (GPO) management."""
 
     subcommands = {}
     subcommands["listall"] = cmd_listall()
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()
index d4a2dde53ed0cf2552f2348d58516e0c65f551b7..8398205e4badefd096076f7169fd91f977f3d62d 100644 (file)
@@ -864,7 +864,7 @@ class LDAPBundel(object):
 
 
 class cmd_ldapcmp(Command):
-    """compare two ldap databases"""
+    """Compare two ldap databases."""
     synopsis = "%prog <URL1> <URL2> (domain|configuration|schema|dnsdomain|dnsforest) [options]"
 
     takes_optiongroups = {
index 2f72fca86349f240d5173a6eb70e86024f1b3dc6..838f9bab305f588d122a4e9ed056b52fe25e792f 100644 (file)
@@ -246,7 +246,7 @@ class cmd_ntacl_sysvolcheck(Command):
 
 
 class cmd_ntacl(SuperCommand):
-    """NT ACLs manipulation"""
+    """NT ACLs manipulation."""
 
     subcommands = {}
     subcommands["set"] = cmd_ntacl_set()
index 7b643c77279057cbb644a09bedd557c4749c970a..2dc6112a3027f2f9c19ff9b5004ee69290b102d4 100644 (file)
@@ -102,7 +102,7 @@ class cmd_rodc_preload(Command):
 
 
 class cmd_rodc(SuperCommand):
-    """Read-Only Domain Controller (RODC) management"""
+    """Read-Only Domain Controller (RODC) management."""
 
     subcommands = {}
     subcommands["preload"] = cmd_rodc_preload()
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()
index 564fd5920c6268a657cf17cb0bbdda20df9261f0..03d072ec9b6a7bd29eead1bd07a1aef1400b0ac7 100644 (file)
@@ -196,7 +196,7 @@ class cmd_spn_delete(Command):
 
 
 class cmd_spn(SuperCommand):
-    """Service Principal Name (SPN) management"""
+    """Service Principal Name (SPN) management."""
 
     subcommands = {}
     subcommands["add"] = cmd_spn_add()
index 8f186bda995338f1ac0b53257818192e9b513132..694b6adda9bc94f44f1af4570751b974c8ba42d8 100644 (file)
@@ -25,7 +25,7 @@ from samba.netcmd import (
     )
 
 class cmd_time(Command):
-    """Retrieve the time on a server
+    """Retrieve the time on a server.
 
 This command returns the date and time of the Active Directory server specified on the command.  The server name specified may be the local server or a remote server.  If the servername is not specified, the command returns the time and date of the local AD server.
 
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()
index 4e3389d1e6111d843592bd07e314c2e71aa8110f..b12222e79e6e18591a9eef21e16c6689a91dd2dd 100644 (file)
@@ -29,7 +29,7 @@ from samba.netcmd import (
 
 
 class cmd_vampire(Command):
-    """Join and synchronise a remote AD domain to the local server"""
+    """Join and synchronise a remote AD domain to the local server."""
     synopsis = "%prog [options] <domain>"
 
     takes_optiongroups = {