1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-22 16:59:09 +03:00

samba-tool: Fix "delegation show" command synopsis

Removed "show" from synopsis as it is no longer necessary
This commit is contained in:
Giampaolo Lauria
2011-10-21 11:35:36 -04:00
committed by Jelmer Vernooij
parent 0f61eb5e29
commit 82c6599e15

View File

@ -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"]