1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

s3-docs: Prepend '/' to filename argument (Bug #8826)

This commit is contained in:
SATOH Fumiyasu
2012-03-26 19:13:12 +09:00
committed by Volker Lendecke
parent 7290a62284
commit 6804e46811

View File

@ -20,7 +20,7 @@
<cmdsynopsis>
<command>smbcacls</command>
<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">-M|--modify acls</arg>
<arg choice="opt">-a|--add acls</arg>