summaryrefslogtreecommitdiffstats
path: root/winsup/utils/setfacl.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r--winsup/utils/setfacl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index a88fbcbb6..9d4b75dde 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -626,8 +626,8 @@ struct option longopts[] = {
{"file", required_argument, NULL, 'f'},
{"remove-default", no_argument, NULL, 'k'},
{"modify", required_argument, NULL, 'm'},
- {"no-mask", required_argument, NULL, 'n'},
- {"mask", required_argument, NULL, '\n'},
+ {"no-mask", no_argument, NULL, 'n'},
+ {"mask", no_argument, NULL, '\n'},
{"replace", no_argument, NULL, 'r'},
{"substitute", required_argument, NULL, 's'},
{"help", no_argument, NULL, 'h'},