1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

samba-tool: fix summary of the fsmo command to be clearer

fsmo command is for general FSMO management

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Giampaolo Lauria
2011-06-15 18:41:02 -04:00
committed by Andrew Tridgell
parent d622cadd34
commit 30ba5d0490

View 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>)"