From 4fec9ffca82fb02824d889876c802b1ec54bf403 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Nov 2023 16:53:58 -0500 Subject: [PATCH] doc: make the opening line a bit more descriptive This mimics what was written in the man page. Closes #2401 --- crates/core/flags/doc/template.long.help | 6 +++--- crates/core/flags/doc/template.short.help | 6 +++--- 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 -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.