summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-08-30 18:08:44 -0400
committerAndrew Bartlett <abartlet@samba.org>2011-09-09 15:24:04 +1000
commit342146e0b40eda22f1d5c0a483619ff3733f8fb3 (patch)
tree9dd37695aaea4adc459e0db52c982ff1d7857d0b
parent69a2e4b3605863971c26e78adcc78cab2f6c4b06 (diff)
downloadsamba-342146e0b40eda22f1d5c0a483619ff3733f8fb3.tar.gz
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>
-rw-r--r--source4/scripting/python/samba/netcmd/dbcheck.py2
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 2a175f3525e..92d27a11893 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?"]