diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-08-07 14:43:43 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-08-07 14:43:43 +0000 |
commit | 3383203cddf21c94d507ad8ff7ebf9cc69ba3187 (patch) | |
tree | b93d4b9b17d3964e67097ecb6c5f0d13b367ab00 /bin | |
parent | 09a493cb3159d48ff7266b56e6875e37cdf0646d (diff) | |
download | FreeBSD-src-3383203cddf21c94d507ad8ff7ebf9cc69ba3187.zip FreeBSD-src-3383203cddf21c94d507ad8ff7ebf9cc69ba3187.tar.gz |
-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>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/setfacl/setfacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c index 1709769..7350654 100644 --- a/bin/setfacl/setfacl.c +++ b/bin/setfacl/setfacl.c @@ -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); } |