Skip to content

Commit f3ebb84

Browse files
authored
setfacl: fix incorrect shorthand argument for --remove-all (#16783)
The shorthand for --remove-all is -b, and not -X
1 parent 2499b13 commit f3ebb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/linux/setfacl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
- Remove all ACL entries of a file:
1919

20-
`setfacl {{[-X|--remove-all]}} {{path/to/file_or_directory}}`
20+
`setfacl {{[-b|--remove-all]}} {{path/to/file_or_directory}}`

0 commit comments

Comments
 (0)