summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/fsmo.py
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-09-09 13:27:13 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-09-09 15:24:05 +1000
commit46754e9665ceefe26cf28fbc70629e9660d847da (patch)
treeb873c3232dfb511f222b363b35ccd2617689065f /source4/scripting/python/samba/netcmd/fsmo.py
parent4d0ead86e1211ef81fb07621afd6028768e2fb07 (diff)
downloadsamba-46754e9665ceefe26cf28fbc70629e9660d847da.tar.gz
samba-46754e9665ceefe26cf28fbc70629e9660d847da.tar.bz2
samba-46754e9665ceefe26cf28fbc70629e9660d847da.zip
samba-tool: epilog option to OptionParser available in python >= 2.6
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/fsmo.py')
-rw-r--r--source4/scripting/python/samba/netcmd/fsmo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/fsmo.py b/source4/scripting/python/samba/netcmd/fsmo.py
index 58b920d0a3..3e296dd83d 100644
--- a/source4/scripting/python/samba/netcmd/fsmo.py
+++ b/source4/scripting/python/samba/netcmd/fsmo.py
@@ -254,7 +254,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()