1
0
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:
Giampaolo Lauria
2011-09-06 13:25:30 -04:00
committed by Andrew Bartlett
parent 4f26c52614
commit 59caf70824

View File

@ -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),