* setfacl.c (usage): Add -b to require options.
This commit is contained in:
parent
fc58f46dd6
commit
8170e43b48
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue