mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
-v no longer a valid argument to setfacl(1) -- remove from usage().
PR: 55318 Submitted by: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl>
This commit is contained in:
parent
46cf3cb76f
commit
95e367261e
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ static void
|
|||
usage(void)
|
||||
{
|
||||
|
||||
fprintf(stderr, "usage: setfacl [-bdhknv] [-m entries] [-M file1] "
|
||||
fprintf(stderr, "usage: setfacl [-bdhkn] [-m entries] [-M file1] "
|
||||
"[-x entries] [-X file2] [file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue