diff options
Diffstat (limited to 'source4/scripting/python/samba/netcmd/dbcheck.py')
-rw-r--r-- | source4/scripting/python/samba/netcmd/dbcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/dbcheck.py b/source4/scripting/python/samba/netcmd/dbcheck.py index eb2281235da..e4ec6b303a4 100644 --- a/source4/scripting/python/samba/netcmd/dbcheck.py +++ b/source4/scripting/python/samba/netcmd/dbcheck.py @@ -29,7 +29,7 @@ from samba.dbchecker import dbcheck class cmd_dbcheck(Command): - """check local AD database for errors""" + """Check local AD database for errors.""" synopsis = "%prog [<DN>] [options]" takes_optiongroups = { |