1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

Clarify what rg does in --help.

Fixes #24.
This commit is contained in:
Andrew Gallant 2016-09-24 19:26:28 -04:00
parent a6e3cab65a
commit ce85df1d2e

View File

@ -42,7 +42,7 @@ Usage: rg [options] -e PATTERN ... [<path> ...]
rg --help rg --help
rg --version rg --version
rg combines the usability of The Silver Searcher with the raw speed of grep. rg recursively searches your current directory for a regex pattern.
Common options: Common options:
-a, --text Search binary files as if they were text. -a, --text Search binary files as if they were text.