samba-tool: fix summary of the fsmo command to be clearer
authorGiampaolo Lauria <lauria2@yahoo.com>
Wed, 15 Jun 2011 22:41:02 +0000 (18:41 -0400)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Jul 2011 00:32:22 +0000 (10:32 +1000)
fsmo command is for general FSMO management

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/scripting/python/samba/netcmd/fsmo.py

index 2b2faa7fdf71ab9da5585ce2fbe4cc3d739f93d7..3e9067e7a022e846b5300482c85fb8e8ce7f02df 100644 (file)
@@ -32,7 +32,7 @@ from samba.netcmd import (
 from samba.samdb import SamDB
 
 class cmd_fsmo(Command):
-    """Makes the targer DC transfer or seize a fsmo role [server connection needed]"""
+    """Manage flexible single master (FSMO) roles [server connection needed]"""
 
     synopsis = "(show | transfer <options> | seize <options>)"