summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/testparm.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/netcmd/testparm.py')
-rwxr-xr-xsource4/scripting/python/samba/netcmd/testparm.py2
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 9de6fdfa205..b69c3515387 100755
--- a/source4/scripting/python/samba/netcmd/testparm.py
+++ b/source4/scripting/python/samba/netcmd/testparm.py
@@ -42,7 +42,7 @@ import samba.getopt as options
from samba.netcmd import Command, CommandError, Option
class cmd_testparm(Command):
- """Syntax check the configuration file"""
+ """Syntax check the configuration file."""
synopsis = "%prog testparm [options]"