Skip to content

Commit

Permalink
samba-tool: Fixed "dsacl" command syntax
Browse files Browse the repository at this point in the history
Removed option from syntax to be consistent w/ the rest of commands

Signed-off-by: Amitay Isaacs <[email protected]>
Signed-off-by: Andrew Bartlett <[email protected]>
  • Loading branch information
lauria authored and abartlet committed Sep 9, 2011
1 parent 54aa286 commit 4bf1bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/scripting/python/samba/netcmd/dsacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
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 = [
Expand Down

0 comments on commit 4bf1bcf

Please sign in to comment.