1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

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

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>