mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
samba-tool: Don't require full prog line to be in synopsis.
This commit is contained in:
@ -50,7 +50,7 @@ from samba.netcmd import (
|
||||
class cmd_dsacl_set(Command):
|
||||
"""Modify access list on a directory object"""
|
||||
|
||||
synopsis = "%prog dsacl set [options]"
|
||||
synopsis = "%prog [options]"
|
||||
car_help = """ The access control right to allow or deny """
|
||||
|
||||
takes_options = [
|
||||
|
Reference in New Issue
Block a user