mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
samba-tool: Fixed "rodc" syntax
Remove options from syntax to be consistent w/ the rest of commands Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
4f26c52614
commit
59caf70824
@ -28,10 +28,12 @@ from samba.dcerpc import misc, drsuapi
|
||||
from samba.credentials import Credentials
|
||||
from samba.drs_utils import drs_Replicate
|
||||
|
||||
|
||||
|
||||
class cmd_rodc_preload(Command):
|
||||
"""Preload one account for an RODC"""
|
||||
|
||||
synopsis = "%prog rodc preload <SID|DN|accountname>"
|
||||
synopsis = "%prog rodc preload (<SID>|<DN>|<accountname>) [options]"
|
||||
|
||||
takes_options = [
|
||||
Option("--server", help="DC to use", type=str),
|
||||
|
Reference in New Issue
Block a user