summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-06-25 11:59:50 -0400
committerDan Davison <dandavison7@gmail.com>2022-06-25 11:59:50 -0400
commit1dab1a87ba62b9a8fef378c138f41a260b08c4be (patch)
tree88cb15dbeb4fca5efb301602517eb96c2b9baa2e /src
parent88c6a52151e7e1e46386b89f54828b5959741cbc (diff)
Fix documentation of DELTA_FEATURES
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 7bb41400..14b0e231 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -329,9 +329,9 @@ pub struct Opt {
///
/// A feature is a named collection of delta options in ~/.gitconfig. See FEATURES section. The
/// environment variable DELTA_FEATURES can be set to a space-separated list of feature names.
- /// If this is preceded with a space, the features from the environment variable will be added
+ /// If this is preceded with a + character, the features from the environment variable will be added
/// to those specified in git config. E.g. DELTA_FEATURES=+side-by-side can be used to activate
- /// side-by-side temporarily.
+ /// side-by-side temporarily (use DELTA_FEATURES=+ to go back to just the features from git config).
pub features: Option<String>,
#[clap(