1
0
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:
Giampaolo Lauria
2011-09-06 13:41:41 -04:00
committed by Andrew Bartlett
parent dd3ebbffe8
commit f4f77bb954

View File

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