mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3-docs: Prepend '/' to filename argument (Bug #8826)
This commit is contained in:
parent
7290a62284
commit
6804e46811
@ -20,7 +20,7 @@
|
|||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>smbcacls</command>
|
<command>smbcacls</command>
|
||||||
<arg choice="req">//server/share</arg>
|
<arg choice="req">//server/share</arg>
|
||||||
<arg choice="req">filename</arg>
|
<arg choice="req">/filename</arg>
|
||||||
<arg choice="opt">-D|--delete acls</arg>
|
<arg choice="opt">-D|--delete acls</arg>
|
||||||
<arg choice="opt">-M|--modify acls</arg>
|
<arg choice="opt">-M|--modify acls</arg>
|
||||||
<arg choice="opt">-a|--add acls</arg>
|
<arg choice="opt">-a|--add acls</arg>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user