diff options
Diffstat (limited to 'source4/scripting/python/samba/netcmd/dsacl.py')
-rw-r--r-- | source4/scripting/python/samba/netcmd/dsacl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/dsacl.py b/source4/scripting/python/samba/netcmd/dsacl.py index 97d4eb8534d..b68af9ba396 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 = "%prog dsacl set [options]" + synopsis = "%prog [options]" car_help = """ The access control right to allow or deny """ takes_options = [ |