samba-tool: Fixed "dbcheck" subcommand syntax
authorGiampaolo Lauria <lauria2@yahoo.com>
Tue, 30 Aug 2011 22:08:44 +0000 (18:08 -0400)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 9 Sep 2011 05:24:04 +0000 (15:24 +1000)
Fixed syntax for "dbcheck" subcommand

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/netcmd/dbcheck.py

index 2a175f3525ea3f2a49067e337a321afc710a3bae..92d27a11893d752f0b16fdbb6aa9907cf3a15ccf 100644 (file)
@@ -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?"]