From dc692ea7968ea8f055b894c5a5c480165d71c3b3 Mon Sep 17 00:00:00 2001 From: Fritz Rehde Date: Sat, 18 Nov 2023 16:11:11 +0100 Subject: fixed typos (#1553) --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 817ab05..ca967f5 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -409,7 +409,7 @@ pub struct Opt { #[arg(long = "grep-header-decoration-style", value_name = "STYLE")] /// Style string for the header decoration in grep output. /// - /// Default is "none" when grep-ouput-type-is "ripgrep", otherwise defaults + /// Default is "none" when grep-output-type-is "ripgrep", otherwise defaults /// to value of header-decoration-style. See hunk-header-decoration-style. pub grep_header_decoration_style: Option, -- cgit v1.2.3