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:
committed by
Andrew Bartlett
parent
69a2e4b360
commit
342146e0b4
@ -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?"]
|
||||
|
||||
|
Reference in New Issue
Block a user