1
0
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:
Jeremy Allison 2005-11-04 17:40:35 +00:00 committed by Gerald (Jerry) Carter
parent 4591984176
commit 7795fce24e

View File

@ -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) {