diff options
author | Giampaolo Lauria <lauria2@yahoo.com> | 2011-08-30 18:08:44 -0400 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:04 +1000 |
commit | 342146e0b40eda22f1d5c0a483619ff3733f8fb3 (patch) | |
tree | 9dd37695aaea4adc459e0db52c982ff1d7857d0b /source4/scripting | |
parent | 69a2e4b3605863971c26e78adcc78cab2f6c4b06 (diff) | |
download | samba-342146e0b40eda22f1d5c0a483619ff3733f8fb3.tar.gz samba-342146e0b40eda22f1d5c0a483619ff3733f8fb3.tar.bz2 samba-342146e0b40eda22f1d5c0a483619ff3733f8fb3.zip |
samba-tool: Fixed "dbcheck" subcommand syntax
Fixed syntax for "dbcheck" subcommand
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting')
-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 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 <DN> [options]" + synopsis = "%prog dbcheck [<DN>] [options]" takes_args = ["DN?"] |