mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
samba-tool: Add test to make sure all commands have a synopsis set.
This commit is contained in:
@ -41,6 +41,7 @@ from samba.netcmd import (
|
||||
|
||||
class cmd_ntacl_set(Command):
|
||||
"""Set ACLs on a file"""
|
||||
|
||||
synopsis = "%prog <acl> <file> [options]"
|
||||
|
||||
takes_options = [
|
||||
|
Reference in New Issue
Block a user