summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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