X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source4%2Fscripting%2Fpython%2Fsamba%2Fnetcmd%2Ffsmo.py;h=71d9879d8a1da5472f16a3c2d8f38139623cfb4d;hb=acea51cc37ff9171c9e18ff0c21b825080aa4b8e;hp=a6105882bb52e797ff7867547d39e12d13a4f2bc;hpb=8e259891d6ae5c94ab5bc549cbbc1a7e9efb34de;p=obnox%2Fsamba%2Fsamba-obnox.git 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]"