mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
setfacl: fix incorrect shorthand argument for --remove-all (#16783)
The shorthand for --remove-all is -b, and not -X
This commit is contained in:
parent
2499b13322
commit
f3ebb84795
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Remove all ACL entries of a file:
|
||||
|
||||
`setfacl {{[-X|--remove-all]}} {{path/to/file_or_directory}}`
|
||||
`setfacl {{[-b|--remove-all]}} {{path/to/file_or_directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue