summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-21 15:47:06 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-21 15:47:06 -0400
commit11216b424d2b1f01c47a56611f0abdf4a1905a34 (patch)
treed1f32a0c61b28ce1e67e067b14c3b4de7c709b62 /src/cli.rs
parent74c7095a165d53a7a2159cd301e6b2c4752a5169 (diff)
Bugfix: fix environment variable name
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 8e542455..3433b570 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -169,7 +169,7 @@ https://github.com/dandavison/delta/issues.
"
)]
pub struct Opt {
- #[structopt(long = "features", env = "DELTA_FEATURE")]
+ #[structopt(long = "features", env = "DELTA_FEATURES")]
/// Name of delta features to use (space-separated). A feature is a named collection of delta
/// options in ~/.gitconfig. The feature names can also be set using an environment variable
/// named DELTA_FEATURES. Two built-in features are available: 'diff-highlight' and