summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-22 16:53:58 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-25 15:03:53 -0500
commit4fec9ffca82fb02824d889876c802b1ec54bf403 (patch)
tree5b89cf4543178ea182be23971ec9f95c5646695c /crates
parent00225a035baa62fbbbcb8373d0ad5e45472f56bc (diff)
doc: make the opening line a bit more descriptive
This mimics what was written in the man page. Closes #2401
Diffstat (limited to 'crates')
-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.