From 4bf1bcfaebc5c37c3641444ffcc3b9310aca9249 Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Tue, 6 Sep 2011 13:05:19 -0400 Subject: [PATCH] samba-tool: Fixed "dsacl" command syntax Removed option from syntax to be consistent w/ the rest of commands Signed-off-by: Amitay Isaacs Signed-off-by: Andrew Bartlett --- source4/scripting/python/samba/netcmd/dsacl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/python/samba/netcmd/dsacl.py b/source4/scripting/python/samba/netcmd/dsacl.py index d6f13c085c3..78dae43764e 100644 --- a/source4/scripting/python/samba/netcmd/dsacl.py +++ b/source4/scripting/python/samba/netcmd/dsacl.py @@ -50,7 +50,7 @@ from samba.netcmd import ( class cmd_dsacl_set(Command): """Modify access list on a directory object""" - synopsis = "set --objectdn=objectdn --car=control right --action=[deny|allow] --trusteedn=trustee-dn" + synopsis = "%prog dsacl set [options]" car_help = """ The access control right to allow or deny """ takes_options = [ -- 2.34.1