mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
samba-tool: Fixed "testparm" syntax
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
dd3ebbffe8
commit
f4f77bb954
@ -44,7 +44,7 @@ from samba.netcmd import Command, CommandError, Option
|
||||
class cmd_testparm(Command):
|
||||
"""Syntax check the configuration file"""
|
||||
|
||||
synopsis = ""
|
||||
synopsis = "%prog testparm [<hostname>] [<hostip>] [options]"
|
||||
|
||||
takes_optiongroups = {
|
||||
"sambaopts" : options.SambaOptions,
|
||||
|
Reference in New Issue
Block a user