mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
samba-tool: Fix "delegation show" command synopsis
Removed "show" from synopsis as it is no longer necessary
This commit is contained in:
committed by
Jelmer Vernooij
parent
0f61eb5e29
commit
82c6599e15
@ -39,7 +39,7 @@ from samba.netcmd import (
|
|||||||
class cmd_delegation_show(Command):
|
class cmd_delegation_show(Command):
|
||||||
"""Show the delegation setting of an account."""
|
"""Show the delegation setting of an account."""
|
||||||
|
|
||||||
synopsis = "%prog show <accountname> [options]"
|
synopsis = "%prog <accountname> [options]"
|
||||||
|
|
||||||
takes_args = ["accountname"]
|
takes_args = ["accountname"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user