diff options
author | Daniele Dario <d.dario76@gmail.com> | 2012-09-20 15:05:13 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-09-20 16:55:17 +0200 |
commit | 48e6da64fd6cdd055008c7d3e42e8245435f422e (patch) | |
tree | 9acb332286ba5608d29738255233bd109336c73d | |
parent | d52d7efba31e3f1e63ed365900aba0a8cb960930 (diff) | |
download | samba-48e6da64fd6cdd055008c7d3e42e8245435f422e.tar.gz samba-48e6da64fd6cdd055008c7d3e42e8245435f422e.tar.bz2 samba-48e6da64fd6cdd055008c7d3e42e8245435f422e.zip |
Correct command help message
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Thu Sep 20 16:55:17 CEST 2012 on sn-devel-104
-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 = { |