1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +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:
Pranaov S 2025-06-06 00:39:22 +00:00 committed by GitHub
parent 2499b13322
commit f3ebb84795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`