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