1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 07:55:27 +02:00

chflags: add missing 'no' to clear hidden flag (#3235)

This commit is contained in:
Viktor Szakats 2019-08-14 08:13:55 +00:00 committed by Owen Voke
parent 4f3fdfd621
commit dec9fb400b

View file

@ -8,7 +8,7 @@
- Unset the `hidden` flag for a file:
`chflags {{hidden}} {{path/to/file}}`
`chflags {{nohidden}} {{path/to/file}}`
- Recursively set the `uchg` flag for a directory: