summaryrefslogtreecommitdiff
path: root/bin/setfacl
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2020-06-18 19:44:01 +0000
committerwiz <wiz@NetBSD.org>2020-06-18 19:44:01 +0000
commit2f4c1d198cf8f8da9e4152907adbeb026f49ff46 (patch)
tree71abd1f21c2987f74a675ba87141e72f41a83217 /bin/setfacl
parentdec44c6a14602120203ef3f10e60f9ab7cde0e41 (diff)
Sync usage with manpage.
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c
index 60be4c44922..8217b7ac3e4 100644
--- a/bin/setfacl/setfacl.c
+++ b/bin/setfacl/setfacl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setfacl.c,v 1.2 2020/05/22 01:28:44 joerg Exp $ */
+/* $NetBSD: setfacl.c,v 1.3 2020/06/18 19:44:01 wiz Exp $ */
/*-
* Copyright (c) 2001 Chris D. Faulhaber
@@ -30,7 +30,7 @@
#if 0
__FBSDID("$FreeBSD: head/bin/setfacl/setfacl.c 339793 2018-10-26 21:17:06Z markj $");
#else
-__RCSID("$NetBSD: setfacl.c,v 1.2 2020/05/22 01:28:44 joerg Exp $");
+__RCSID("$NetBSD: setfacl.c,v 1.3 2020/06/18 19:44:01 wiz Exp $");
#endif
#include <sys/param.h>
@@ -85,9 +85,9 @@ static void
usage(void)
{
- fprintf(stderr, "usage: setfacl [-R [-H | -L | -P]] [-bdhkn] "
- "[-a position entries] [-m entries] [-M file] "
- "[-x entries] [-X file] [file ...]\n");
+ fprintf(stderr, "usage: setfacl [-bdhkn] "
+ "[-a position entries] [-M file] [-m entries] "
+ "[-R [-H | -L | -P]] [-X file] [-x entries | position] [file ...]\n");
exit(1);
}