summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-06-29 18:18:30 -0400
committerDan Davison <dandavison7@gmail.com>2019-06-29 18:18:30 -0400
commit042f293a202e2f88970cf4615cd352dc01d54776 (patch)
tree8ab9d638dfb3ee00fbb7a98708db7ad88b2d4e3e /README.md
parenta6be51a79ce335978b287bee78453ba30ee8f38f (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 14cd50b0..8b4d2e93 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,13 @@ USAGE:
delta [FLAGS] [OPTIONS]
FLAGS:
- --dark Use diff highlighting colors appropriate for a dark terminal background.
- -h, --help Prints help information
- --light Use diff highlighting colors appropriate for a light terminal background. This is the default.
- -V, --version Prints version information
+ --dark Use diff highlighting colors appropriate for a dark terminal background.
+ -h, --help Prints help information
+ --light Use diff highlighting colors appropriate for a light terminal background. This is the
+ default.
+ --list-languages List supported languages and associated file extensions.
+ --list-themes List available syntax highlighting themes.
+ -V, --version Prints version information
OPTIONS:
--minus-color <minus_color> The background color (RGB hex) to use for removed lines. The default is "#ffd0d0"
@@ -30,7 +33,7 @@ OPTIONS:
"Solarized (light)", "base16-ocean.light"), Dark: ("Solarized, (dark)", "base16-
eighties.dark", "base16-mocha.dark", "base16-ocean.dark").
-w, --width <width> The width (in characters) of the diff highlighting. By default, the highlighting
- extends to the last character on each line
+ extends to the last character on each line.
```
## Installation