diff --git a/crates/core/flags/doc/template.long.help b/crates/core/flags/doc/template.long.help index 3a32594b..83c20c1a 100644 --- a/crates/core/flags/doc/template.long.help +++ b/crates/core/flags/doc/template.long.help @@ -1,9 +1,9 @@ ripgrep !!VERSION!! Andrew Gallant -ripgrep (rg) recursively searches the current directory for a regex pattern. -By default, ripgrep will respect gitignore rules and automatically skip hidden -files/directories and binary files. +ripgrep (rg) recursively searches the current directory for lines matching +a regex pattern. By default, ripgrep will respect gitignore rules and +automatically skip hidden files/directories and binary files. Use -h for short descriptions and --help for more details. diff --git a/crates/core/flags/doc/template.short.help b/crates/core/flags/doc/template.short.help index ad26bf16..0a285668 100644 --- a/crates/core/flags/doc/template.short.help +++ b/crates/core/flags/doc/template.short.help @@ -1,9 +1,9 @@ ripgrep !!VERSION!! Andrew Gallant -ripgrep (rg) recursively searches the current directory for a regex pattern. -By default, ripgrep will respect gitignore rules and automatically skip hidden -files/directories and binary files. +ripgrep (rg) recursively searches the current directory for lines matching +a regex pattern. By default, ripgrep will respect gitignore rules and +automatically skip hidden files/directories and binary files. Use -h for short descriptions and --help for more details.