summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-01 04:10:51 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-01 04:35:47 -0400
commit19d688b8c124089e08b25c6a56a5da172a825b20 (patch)
tree58f0755c5433d9e8b1d587fe96d69f5f4e3b2167 /README.md
parent54d342cedd1fc0b5b52a5a3767f19d788cf505e0 (diff)
Support --width=variable
This option means that background diff highlighting should extend to the end of each line, without right padding lines to produce equal width.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a929959e..6feb96a8 100644
--- a/README.md
+++ b/README.md
@@ -45,9 +45,9 @@ OPTIONS:
--minus-color <minus_color> The background color (RGB hex) to use for removed lines.
--plus-color <plus_color> The background color (RGB hex) to use for added lines.
--theme <theme> The syntax highlighting theme to use.
- -w, --width <width> The width (in characters) of the diff highlighting. By default, the highlighting
- extends to the last character on each line. By default, the width is equal to the
- current terminal width.
+ -w, --width <width> The width (in characters) of the background color highlighting. By default, the
+ width is the current terminal width. Use --width=variable to apply background
+ colors to the end of each line, without right padding to equal width.
```
## Installation