summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 8b705f27..f513c985 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -349,11 +349,11 @@ pub struct Opt {
#[structopt(long = "line-numbers-right-style", default_value = "auto")]
pub line_numbers_right_style: String,
- #[structopt(long = "color-only")]
+ #[structopt(long = "raw")]
/// Do not alter the input in any way other than applying colors. Equivalent to
/// `--keep-plus-minus-markers --width variable --tabs 0 --commit-decoration ''
/// --file-decoration '' --hunk-decoration ''`.
- pub color_only: bool,
+ pub raw: bool,
#[structopt(long = "no-gitconfig")]
/// Do not take settings from git config files. See GIT CONFIG section.