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:
parent
4f3fdfd621
commit
dec9fb400b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue