1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

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>
This commit is contained in:
Giampaolo Lauria
2011-08-30 18:08:44 -04:00
committed by Andrew Bartlett
parent 69a2e4b360
commit 342146e0b4

View 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?"]