samba-tool: Fix "delegation show" command synopsis
authorGiampaolo Lauria <lauria2@yahoo.com>
Fri, 21 Oct 2011 15:35:36 +0000 (11:35 -0400)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 3 Nov 2011 14:12:27 +0000 (15:12 +0100)
Removed "show" from synopsis as it is no longer necessary

source4/scripting/python/samba/netcmd/delegation.py

index 0aed394657e92929f87c68bcfb9d4d68c54e4a2d..9fccaf953652919fd940176d89e8f04765267665 100644 (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"]