diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 18:24:00 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 18:24:00 -0400 |
commit | 2e97f262058bb5d13bf318956d990fbd5434c31d (patch) | |
tree | 8830da9b6e630b313d0ddeae48a886765a62957d /README.md | |
parent | 9e087babb7b95af5684d46f47cb99f223432dfe1 (diff) | |
download | bfs-2e97f262058bb5d13bf318956d990fbd5434c31d.tar.xz |
README.md: Fix extraneous backtick
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,9 +96,9 @@ $ <strong>bfs</strong> -L <em>haystack</em> -name 'needle' `bfs` also adds some extra options that make some common tasks easier. Compare - bfs -name config -exclude -name .git` + bfs -name config -exclude -name .git -to +vs. find ! \( -name .git -prune \) -name config |