From 342146e0b40eda22f1d5c0a483619ff3733f8fb3 Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Tue, 30 Aug 2011 18:08:44 -0400 Subject: samba-tool: Fixed "dbcheck" subcommand syntax Fixed syntax for "dbcheck" subcommand Signed-off-by: Amitay Isaacs Signed-off-by: Andrew Bartlett --- source4/scripting/python/samba/netcmd/dbcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/scripting/python/samba/netcmd/dbcheck.py b/source4/scripting/python/samba/netcmd/dbcheck.py index 2a175f3525..92d27a1189 100644 --- a/source4/scripting/python/samba/netcmd/dbcheck.py +++ b/source4/scripting/python/samba/netcmd/dbcheck.py @@ -33,7 +33,7 @@ from samba.dbchecker import dbcheck class cmd_dbcheck(Command): """check local AD database for errors""" - synopsis = "dbcheck [options]" + synopsis = "%prog dbcheck [] [options]" takes_args = ["DN?"] -- cgit