From dec9fb400bb7bac4778a752567f58be4815eb668 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 14 Aug 2019 08:13:55 +0000 Subject: [PATCH] chflags: add missing 'no' to clear hidden flag (#3235) --- pages/osx/chflags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/chflags.md b/pages/osx/chflags.md index fa1f4c5292..5b0b75c496 100644 --- a/pages/osx/chflags.md +++ b/pages/osx/chflags.md @@ -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: