summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-25 20:20:56 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-25 20:43:32 -0400
commit436976daeaeafef70c3a99a2befc0df2c55fe6f7 (patch)
treebe2a2295fe18b9d1ed37549896c463c2073e686a /src/cli.rs
parent028a1f134ae3d2dc274a25ec79501409018f8fdb (diff)
New README
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 97403303..75236cc7 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -12,7 +12,7 @@ use crate::set_options;
#[derive(StructOpt, Clone, Debug, PartialEq)]
#[structopt(
name = "delta",
- about = "A syntax-highlighter for git and diff output",
+ about = "A front-end for git and diff",
setting(ColorAlways),
setting(ColoredHelp),
setting(DeriveDisplayOrder),
@@ -34,10 +34,9 @@ FEATURES
-------
A feature is a named collection of delta options in ~/.gitconfig. An example is:
-[delta \"my-delta-feature\"]
+[delta \"my-delta-theme-feature\"]
syntax-theme = Dracula
plus-style = bold syntax \"#002800\"
- ...
To activate those options, you would use:
@@ -48,7 +47,7 @@ or in ~/.gitconfig
[delta]
features = my-delta-feature
-A single feature name may not contain whitespace. You can activate multiple features:
+A feature name may not contain whitespace. You can activate multiple features:
[delta]
features = my-highlight-styles-colors-feature my-line-number-styles-feature