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, 2 insertions, 4 deletions
diff --git a/src/cli.rs b/src/cli.rs
index ee3baace..743b72f3 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -366,10 +366,8 @@ pub struct Opt {
#[structopt(long = "hunk-header-style", default_value = "line-number syntax")]
/// Style (foreground, background, attributes) for the hunk-header. See STYLES section. Special
/// attributes 'file' and 'line-number' can be used to include the file path, and number of
- /// first hunk line, in the hunk header. If included in the hunk header, 'file' and
- /// 'line-number' are styled according to 'file-style' and 'hunk-header-decoration-style'
- /// respectively. The style 'omit' can be used to remove the hunk header section from the
- /// output.
+ /// first hunk line, in the hunk header. The style 'omit' can be used to remove the hunk header
+ /// section from the output.
pub hunk_header_style: String,
#[structopt(long = "hunk-header-file-style", default_value = "blue")]