mirror of
https://github.com/samba-team/samba.git
synced 2025-07-12 04:59:09 +03:00
samba-tool: Don't require full prog line to be in synopsis.
This commit is contained in:
@ -30,9 +30,10 @@ from samba.netcmd import (
|
||||
CommandError
|
||||
)
|
||||
|
||||
|
||||
class cmd_vampire(Command):
|
||||
"""Join and synchronise a remote AD domain to the local server"""
|
||||
synopsis = "%prog vampire [options] <domain>"
|
||||
synopsis = "%prog [options] <domain>"
|
||||
|
||||
takes_options = [
|
||||
Option("--target-dir", help="Target directory.", type=str),
|
||||
|
Reference in New Issue
Block a user