diff options
| author | Fritz Rehde <fritzrehde.work@gmail.com> | 2023-11-18 16:11:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-18 10:11:11 -0500 |
| commit | dc692ea7968ea8f055b894c5a5c480165d71c3b3 (patch) | |
| tree | f4b891029b8582afc44c2417584891d23dd9ce3c /src/cli.rs | |
| parent | 7375f7a165dabe430e12d531fedd84bb3a027c6b (diff) | |
fixed typos (#1553)
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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<String>, |
