summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-08 12:37:44 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-08 14:07:02 -0400
commit9e087babb7b95af5684d46f47cb99f223432dfe1 (patch)
tree2f8cb2fa035e966bc1dd03711f3a12c8ae9a9131 /README.md
parentbdc51f99c9033b758223404003cdcb11e85f23bd (diff)
downloadbfs-9e087babb7b95af5684d46f47cb99f223432dfe1.tar.xz
RELEASES.md: Add some 2.0 release notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9256a3..72b7bff 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,11 @@ $ <strong>bfs</strong> -L <em>haystack</em> -name 'needle'
</pre>
`bfs` also adds some extra options that make some common tasks easier.
-Compare `bfs -name config -exclude -name .git` to
+Compare
+
+ bfs -name config -exclude -name .git`
+
+to
find ! \( -name .git -prune \) -name config