summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-03-01 09:39:15 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-03-01 09:39:15 -0500
commit128b30dfdb11ba16514da6d8a6d5b9b0ac159cc8 (patch)
tree34e27a2d9688fde00a52d4c994e0daeceabad426 /README.md
parent14a25f64a35eabbf00e597eec1887d350c2fb1c7 (diff)
downloadbfs-128b30dfdb11ba16514da6d8a6d5b9b0ac159cc8.tar.xz
README: Fix typo
Diffstat (limited to 'README.md')
-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`.