summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfc13cf..19b6e06 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ Unlike `-prune`, `-exclude` even works in combination with `-depth`/`-delete`.
`-hidden` matches "hidden" files (dotfiles).
`bfs -hidden` is effectively shorthand for
- find \( -name '.*' -not -name . -not -name ..` \)
+ find \( -name '.*' -not -name . -not -name .. \)
`-nohidden` is equivalent to `-exclude -hidden`.