* setfacl.c (usage): Add -b to require options.

This commit is contained in:
Corinna Vinschen 2014-10-27 10:28:13 +00:00
parent fc58f46dd6
commit 8170e43b48
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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)
{