summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/core/flags/doc/template.long.help6
-rw-r--r--crates/core/flags/doc/template.short.help6
2 files changed, 6 insertions, 6 deletions
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 <jamslam@gmail.com>
-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 <jamslam@gmail.com>
-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.