summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-25 15:25:27 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-25 16:21:33 -0400
commitf191eac8f3f92ab2545c7e0997aa92087c18318b (patch)
tree5176496daf88e7666bac921b375a4b73f040b5e5 /src/cli.rs
parent68071fc743ebb8126c006d66d843a6b4310bf486 (diff)
Rename: format-style => style
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cli.rs b/src/cli.rs
index b277091f..20ebc86d 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -351,13 +351,13 @@ pub struct Opt {
/// Style (foreground, background, attributes) for the left column of line numbers. See STYLES
/// and LINE NUMBERS sections.
- #[structopt(long = "line-numbers-left-format-style", default_value = "auto")]
- pub line_numbers_left_format_style: String,
+ #[structopt(long = "line-numbers-left-style", default_value = "auto")]
+ pub line_numbers_left_style: String,
/// Style (foreground, background, attributes) for the right column of line numbers. See STYLES
/// and LINE NUMBERS sections.
- #[structopt(long = "line-numbers-right-format-style", default_value = "auto")]
- pub line_numbers_right_format_style: String,
+ #[structopt(long = "line-numbers-right-style", default_value = "auto")]
+ pub line_numbers_right_style: String,
#[structopt(long = "color-only")]
/// Do not alter the input in any way other than applying colors. Equivalent to