mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r11506: Added description of ACL in usage message.
Jeremy.
This commit is contained in:
parent
4591984176
commit
7795fce24e
@ -833,7 +833,8 @@ static struct cli_state *connect_one(const char *share)
|
||||
|
||||
pc = poptGetContext("smbcacls", argc, argv, long_options, 0);
|
||||
|
||||
poptSetOtherOptionHelp(pc, "//server1/share1 filename");
|
||||
poptSetOtherOptionHelp(pc, "//server1/share1 filename\nACLs look like: "
|
||||
"'ACL:user:[ALLOWED|DENIED]/flags/permissions'");
|
||||
|
||||
while ((opt = poptGetNextOpt(pc)) != -1) {
|
||||
switch (opt) {
|
||||
|
Loading…
Reference in New Issue
Block a user