diff --git a/source4/scripting/python/samba/netcmd/ntacl.py b/source4/scripting/python/samba/netcmd/ntacl.py index 1335644c79ef..d93835bda12c 100644 --- a/source4/scripting/python/samba/netcmd/ntacl.py +++ b/source4/scripting/python/samba/netcmd/ntacl.py @@ -41,7 +41,7 @@ class cmd_ntacl_set(Command): """Set ACLs on a file""" - synopsis = "%prog set [--xattr-backend=native|tdb] [--eadb-file=file] [options]" + synopsis = "%prog set [options]" takes_options = [ Option("--quiet", help="Be quiet", action="store_true"), @@ -79,7 +79,7 @@ def run(self, acl, file, quiet=False,xattr_backend=None,eadb_file=None, class cmd_ntacl_get(Command): """Set ACLs on a file""" - synopsis = "%prog get [--as-sddl] [--xattr-backend=native|tdb] [--eadb-file=file] [options]" + synopsis = "%prog get [options]" takes_options = [ Option("--as-sddl", help="Output ACL in the SDDL format", action="store_true"),