From ce85df1d2e5a39ab021f7781abc49f5a1252011d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 24 Sep 2016 19:26:28 -0400 Subject: [PATCH] Clarify what rg does in --help. Fixes #24. --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.rs b/src/args.rs index ea1bcba4..f8908be7 100644 --- a/src/args.rs +++ b/src/args.rs @@ -42,7 +42,7 @@ Usage: rg [options] -e PATTERN ... [ ...] rg --help 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: -a, --text Search binary files as if they were text.