mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 19:40:33 +08:00
* 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>
|
2014-10-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* setfacl.c (action_t): Add DeleteAll value.
|
* setfacl.c (action_t): Add DeleteAll value.
|
||||||
|
@ -417,7 +417,7 @@ usage (FILE * stream)
|
|||||||
" -h, --help output usage information and exit\n"
|
" -h, --help output usage information and exit\n"
|
||||||
" -V, --version output version information and exit\n"
|
" -V, --version output version information and exit\n"
|
||||||
"\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);
|
"\n", prog_name, prog_name);
|
||||||
if (stream == stdout)
|
if (stream == stdout)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user