From 48e6da64fd6cdd055008c7d3e42e8245435f422e Mon Sep 17 00:00:00 2001 From: Daniele Dario Date: Thu, 20 Sep 2012 15:05:13 +0200 Subject: [PATCH] Correct command help message Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Thu Sep 20 16:55:17 CEST 2012 on sn-devel-104 --- source4/scripting/python/samba/netcmd/ntacl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/python/samba/netcmd/ntacl.py b/source4/scripting/python/samba/netcmd/ntacl.py index 92239a779d3..e596ce9d700 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 [options]" takes_optiongroups = { -- 2.11.4.GIT