diff options
Diffstat (limited to 'source4/scripting/python')
| -rw-r--r-- | source4/scripting/python/samba/netcmd/testparm.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/testparm.py b/source4/scripting/python/samba/netcmd/testparm.py index 53357e4dff..34c8fa50fc 100644 --- a/source4/scripting/python/samba/netcmd/testparm.py +++ b/source4/scripting/python/samba/netcmd/testparm.py @@ -62,7 +62,7 @@ class cmd_testparm(Command):          Option("-v", "--verbose", action="store_true",                 default=False, help="Show default options too"),          # We need support for smb.conf macros before this will work again -        Option("--server", type=str, help="Set %%L macro to servername"), +        Option("--server", type=str, help="Set %L macro to servername"),          # These are harder to do with the new code structure          Option("--show-all-parameters", action="store_true", default=False,                 help="Show the parameters, type, possible values")  | 
