summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/fsmo.py
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2012-10-08 12:32:58 +0200
committerKarolin Seeger <kseeger@samba.org>2012-10-08 14:26:51 +0200
commitacea51cc37ff9171c9e18ff0c21b825080aa4b8e (patch)
tree3e1d8883963f55563a579239ccc2a498c8ff0d8c /source4/scripting/python/samba/netcmd/fsmo.py
parent8e259891d6ae5c94ab5bc549cbbc1a7e9efb34de (diff)
downloadsamba-acea51cc37ff9171c9e18ff0c21b825080aa4b8e.tar.gz
samba-acea51cc37ff9171c9e18ff0c21b825080aa4b8e.tar.xz
samba-acea51cc37ff9171c9e18ff0c21b825080aa4b8e.zip
samba-tool: Unify usage messages.
Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Oct 8 14:26:52 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/scripting/python/samba/netcmd/fsmo.py')
-rw-r--r--source4/scripting/python/samba/netcmd/fsmo.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/netcmd/fsmo.py b/source4/scripting/python/samba/netcmd/fsmo.py
index a6105882bb5..71d9879d8a1 100644
--- a/source4/scripting/python/samba/netcmd/fsmo.py
+++ b/source4/scripting/python/samba/netcmd/fsmo.py
@@ -69,7 +69,7 @@ def transfer_role(outf, role, samdb):
class cmd_fsmo_seize(Command):
- """Seize the role"""
+ """Seize the role."""
synopsis = "%prog [options]"
@@ -161,7 +161,7 @@ all=all of the above"""),
class cmd_fsmo_show(Command):
- """Show the roles"""
+ """Show the roles."""
synopsis = "%prog [options]"
@@ -224,7 +224,7 @@ class cmd_fsmo_show(Command):
class cmd_fsmo_transfer(Command):
- """Transfer the role"""
+ """Transfer the role."""
synopsis = "%prog [options]"