summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 50dab5a6..e1e47503 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -419,12 +419,6 @@ pub struct Opt {
/// See hunk_header_file_style.
pub grep_header_file_style: Option<String>,
- #[arg(long = "grep-header-style", value_name = "STYLE")]
- /// Style string for the header in grep output.
- ///
- /// See hunk-header-style.
- pub grep_header_style: Option<String>,
-
#[arg(
long = "grep-line-number-style",
default_value = "green",