From af8c386d5e10eaa4b8cb687c4f5b05893a7ae0ce Mon Sep 17 00:00:00 2001 From: Cort Spellman Date: Fri, 2 Aug 2024 16:32:42 -0500 Subject: [PATCH] doc: fix typo in --heading flag help PR #2864 --- crates/core/flags/defs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/flags/defs.rs b/crates/core/flags/defs.rs index be85b900..9a196c49 100644 --- a/crates/core/flags/defs.rs +++ b/crates/core/flags/defs.rs @@ -2627,7 +2627,7 @@ of printing the file path as a prefix for each matched line. This is the default mode when printing to a tty. .sp When \fBstdout\fP is not a tty, then ripgrep will default to the standard -grep-like format. Once can force this format in Unix-like environments by +grep-like format. One can force this format in Unix-like environments by piping the output of ripgrep to \fBcat\fP. For example, \fBrg\fP \fIfoo\fP \fB| cat\fP. "