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: