From 807163d50beb38524e3b039520be5891e6b3b3ff Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 27 Jun 2020 23:10:43 -0400 Subject: Edit help text --- src/cli.rs | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 6d62d53a..8b705f27 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -34,10 +34,10 @@ is zero-style = dim syntax FEATURES -------- -A feature is a named collection of delta options in ~/.gitconfig. An example is: +-------- +A feature is a named collection of delta options in git config. An example is: -[delta \"my-delta-theme-feature\"] +[delta \"my-delta-feature\"] syntax-theme = Dracula plus-style = bold syntax \"#002800\" @@ -45,11 +45,6 @@ To activate those options, you would use: delta --features my-delta-feature -or in ~/.gitconfig - -[delta] - features = my-delta-feature - A feature name may not contain whitespace. You can activate multiple features: [delta] @@ -57,11 +52,6 @@ A feature name may not contain whitespace. You can activate multiple features: If more than one feature sets the same option, the last one wins. -There are two built-in features: - ---features diff-highlight (https://github.com/git/git/tree/master/contrib/diff-highlight) ---features diff-so-fancy (https://github.com/so-fancy/diff-so-fancy) - STYLES ------ -- cgit v1.2.3