aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl/setfacl.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-08-07 14:43:43 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-08-07 14:43:43 +0000
commit95e367261e4e29925043b082528a179375fd4f07 (patch)
treeb93d4b9b17d3964e67097ecb6c5f0d13b367ab00 /bin/setfacl/setfacl.c
parent46cf3cb76fe07c1620942ea38fa978ca073b767e (diff)
downloadsrc-95e367261e4e29925043b082528a179375fd4f07.tar.gz
src-95e367261e4e29925043b082528a179375fd4f07.zip
-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>
Notes
Notes: svn path=/head/; revision=118602
Diffstat (limited to 'bin/setfacl/setfacl.c')
-rw-r--r--bin/setfacl/setfacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c
index 170976902a1a..735065461230 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);
}