mirror of
https://github.com/samba-team/samba.git
synced 2025-07-05 04:59:08 +03:00
samba-tool: Fixed "dsacl" command syntax
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>
This commit is contained in:
committed by
Andrew Bartlett
parent
54aa286b9a
commit
4bf1bcfaeb
@ -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 = [
|
||||
|
Reference in New Issue
Block a user