Re: [PATCH] setfacl: Rename the option --file to --set-file, as on Linux

2018-08-17 Thread Corinna Vinschen
On Aug 16 14:55, Ken Brown wrote: > Retain --file as an undocumented option for backwards compatibility. > --- > winsup/cygwin/release/2.11.0 | 2 ++ > winsup/doc/new-features.xml | 4 > winsup/doc/utils.xml | 4 ++-- > winsup/utils/setfacl.c | 5 +++-- > 4 files changed, 11 in

[PATCH] setfacl: Rename the option --file to --set-file, as on Linux

2018-08-16 Thread Ken Brown
Retain --file as an undocumented option for backwards compatibility. --- winsup/cygwin/release/2.11.0 | 2 ++ winsup/doc/new-features.xml | 4 winsup/doc/utils.xml | 4 ++-- winsup/utils/setfacl.c | 5 +++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/winsup