summaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorFritz Rehde <fritzrehde.work@gmail.com>2023-11-18 16:11:11 +0100
committerGitHub <noreply@github.com>2023-11-18 10:11:11 -0500
commitdc692ea7968ea8f055b894c5a5c480165d71c3b3 (patch)
treef4b891029b8582afc44c2417584891d23dd9ce3c /src/cli.rs
parent7375f7a165dabe430e12d531fedd84bb3a027c6b (diff)
fixed typos (#1553)
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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<String>,