* setfacl (usage): Remove double ":" for mask and other.

This commit is contained in:
Corinna Vinschen
2003-01-10 11:39:19 +00:00
parent be99c75bd8
commit e410614acf
2 changed files with 6 additions and 2 deletions

View File

@@ -311,8 +311,8 @@ usage (FILE * stream)
" u[ser]:uid:perm\n"
" g[roup]::perm\n"
" g[roup]:gid:perm\n"
" m[ask]::perm\n"
" o[ther]::perm\n"
" m[ask]:perm\n"
" o[ther]:perm\n"
"\n"
" Default entries are like the above with the additional\n"
" default identifier. For example: \n"