From e410614acfa5a2954ac76a6480ab4af323758e23 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 10 Jan 2003 11:39:19 +0000 Subject: * setfacl (usage): Remove double ":" for mask and other. --- winsup/utils/setfacl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/utils/setfacl.c') diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c index 4dffcd738..8747d842a 100644 --- a/winsup/utils/setfacl.c +++ b/winsup/utils/setfacl.c @@ -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" -- cgit v1.2.3