summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-09-04 11:19:34 -0400
committerDan Davison <dandavison7@gmail.com>2020-09-04 11:19:34 -0400
commit019b2059dc2bc241c994904fc228da310f560a8e (patch)
tree85c13fe22aede5080e5a7f4fd340de69885ddfc0 /README.md
parent7b4ed4f25db46e8cfd3bcc2b2d3113155bbb9245 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50881d4e..aa44673f 100644
--- a/README.md
+++ b/README.md
@@ -533,7 +533,7 @@ and use the executable found at `./target/release/delta`.
## Full --help output
```
-delta 0.4.1
+delta 0.4.3
A viewer for git and diff output
USAGE:
@@ -680,6 +680,9 @@ OPTIONS:
--file-renamed-label <file-renamed-label>
Text to display in front of a renamed file path [default: renamed:]
+ --max-line-length <max-line-length>
+ Truncate lines longer than this. To prevent any truncation, set to zero. Note that syntax-highlighting very
+ long lines (e.g. minified .js) will be very slow if they are not truncated [default: 512]
-w, --width <width>
The width of underline/overline decorations. Use --width=variable to extend decorations and background
colors to the end of the text only. Otherwise background colors extend to the full terminal width