diff options
author | Tim Potter <tpot@samba.org> | 2003-09-01 10:43:21 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-01 10:43:21 +0000 |
commit | 0869073b7b2a487564eeec8ac1a71406d4e09bfd (patch) | |
tree | efd934dc2dee0637cbbe1db772dc6e1d12221168 /docs/docbook/manpages | |
parent | 0548123153643e00a4a91280aca2d031218f7292 (diff) | |
download | samba-0869073b7b2a487564eeec8ac1a71406d4e09bfd.tar.gz samba-0869073b7b2a487564eeec8ac1a71406d4e09bfd.tar.bz2 samba-0869073b7b2a487564eeec8ac1a71406d4e09bfd.zip |
Fix bug 342. Short version of --add now -a instead of -A.
(This used to be commit 233568dd6b08d3dfb48a712b763dfc31c03b229d)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/smbcacls.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/manpages/smbcacls.1.xml b/docs/docbook/manpages/smbcacls.1.xml index bb57ab563d..78980a6aec 100644 --- a/docs/docbook/manpages/smbcacls.1.xml +++ b/docs/docbook/manpages/smbcacls.1.xml @@ -23,7 +23,7 @@ <arg choice="req">filename</arg> <arg choice="opt">-D acls</arg> <arg choice="opt">-M acls</arg> - <arg choice="opt">-A acls</arg> + <arg choice="opt">-a acls</arg> <arg choice="opt">-S acls</arg> <arg choice="opt">-C name</arg> <arg choice="opt">-G name</arg> @@ -55,7 +55,7 @@ <variablelist> <varlistentry> - <term>-A acls</term> + <term>-a acls</term> <listitem><para>Add the ACLs specified to the ACL list. Existing access control entries are unchanged. </para></listitem> </varlistentry> |