samba-tool: Fixed "dsacl" command syntax
authorGiampaolo Lauria <lauria2@yahoo.com>
Tue, 6 Sep 2011 17:05:19 +0000 (13:05 -0400)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 9 Sep 2011 05:24:03 +0000 (15:24 +1000)
Removed option from syntax to be consistent w/ the rest of commands

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/netcmd/dsacl.py

index d6f13c085c3336367050aab11169f49c893e84cb..78dae43764e19efa96fea5c8240696185f5a388d 100644 (file)
@@ -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 = [