diff options
-rw-r--r-- | source4/scripting/python/samba/netcmd/ntacl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/ntacl.py b/source4/scripting/python/samba/netcmd/ntacl.py index 92239a779d..e596ce9d70 100644 --- a/source4/scripting/python/samba/netcmd/ntacl.py +++ b/source4/scripting/python/samba/netcmd/ntacl.py @@ -94,7 +94,7 @@ class cmd_ntacl_set(Command): class cmd_ntacl_get(Command): - """Set ACLs on a file""" + """Get ACLs of a file""" synopsis = "%prog <file> [options]" takes_optiongroups = { |