Make backreference support clear.

Fixes #268.
This commit is contained in:
Andrew Gallant
2016-12-12 07:03:37 -05:00
parent 652c70f207
commit 8396d3ffaa
4 changed files with 23 additions and 4 deletions

View File

@@ -5,6 +5,10 @@ use clap::{App, AppSettings, Arg, ArgSettings};
const ABOUT: &'static str = "
ripgrep (rg) recursively searches your current directory for a regex pattern.
ripgrep's regex engine uses finite automata and guarantees linear time
searching. Because of this, features like backreferences and arbitrary
lookaround are not supported.
Project home page: https://github.com/BurntSushi/ripgrep
Use -h for short descriptions and --help for more details.";