summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index de207c08..738fb902 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,10 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi
Use `delta --help` to see all the available options.
-To change your delta options in a one-off git command, use `git -c ...`. For example
+To change your delta options in a one-off git command, use `git -c`. For example
```
-git -c delta.line-numbers=false -c delta.max-line-distance=0.8 show
+git -c delta.line-numbers=false show
```
Contents