mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
samba-tool: Don't require full prog line to be in synopsis.
This commit is contained in:
@ -33,7 +33,7 @@ from samba.dbchecker import dbcheck
|
||||
|
||||
class cmd_dbcheck(Command):
|
||||
"""check local AD database for errors"""
|
||||
synopsis = "%prog dbcheck [<DN>] [options]"
|
||||
synopsis = "%prog [<DN>] [options]"
|
||||
|
||||
takes_args = ["DN?"]
|
||||
|
||||
|
Reference in New Issue
Block a user