diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-08-07 14:43:43 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-08-07 14:43:43 +0000 |
| commit | 95e367261e4e29925043b082528a179375fd4f07 (patch) | |
| tree | b93d4b9b17d3964e67097ecb6c5f0d13b367ab00 /bin | |
| parent | 46cf3cb76fe07c1620942ea38fa978ca073b767e (diff) | |
Notes
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 170976902a1af..7350654612300 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); } |
