diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-10-27 10:28:13 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-10-27 10:28:13 +0000 |
commit | 8170e43b48fcc5581e4f867d5fc5324f2f925453 (patch) | |
tree | 406dcd85e8a35832312bf1be18e4e566c79cd8fc | |
parent | fc58f46dd6135992962a3f6120556f89b1f8b63f (diff) | |
download | cygnal-8170e43b48fcc5581e4f867d5fc5324f2f925453.tar.gz cygnal-8170e43b48fcc5581e4f867d5fc5324f2f925453.tar.bz2 cygnal-8170e43b48fcc5581e4f867d5fc5324f2f925453.zip |
* setfacl.c (usage): Add -b to require options.
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/setfacl.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index c4778f023..2a2edea14 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,5 +1,9 @@ 2014-10-27 Corinna Vinschen <corinna@vinschen.de> + * setfacl.c (usage): Add -b to require options. + +2014-10-27 Corinna Vinschen <corinna@vinschen.de> + * setfacl.c (action_t): Add DeleteAll value. (delacl): New function to remove all ACL entries not representing POSIX permissions. diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c index 43720ade5..beff05ec7 100644 --- a/winsup/utils/setfacl.c +++ b/winsup/utils/setfacl.c @@ -417,7 +417,7 @@ usage (FILE * stream) " -h, --help output usage information and exit\n" " -V, --version output version information and exit\n" "\n" - "At least one of (-d, -f, -m, -s) must be specified\n" + "At least one of (-b, -d, -f, -m, -s) must be specified\n" "\n", prog_name, prog_name); if (stream == stdout) { |