summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-01-07 04:58:53 -0500
committerDan Davison <dandavison7@gmail.com>2021-01-07 05:01:15 -0500
commit0cffeae15bc31f9af13bd447a6230b80b81de264 (patch)
treeef2940c27bf87946f8ff18b215f5636c92158885 /src
parent346edb8cca119e18947bc4ff012e25fff037741f (diff)
Fix --help output for hunk-header-style
Diffstat (limited to 'src')
-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")]