summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-03-10 15:06:58 -0500
committerDan Davison <dandavison7@gmail.com>2021-03-10 15:06:58 -0500
commit7a4be7e5c83a9cf152e9bb081c68ca6ac4f25d4f (patch)
treed8b05168efd6caf83b479ee3387d056abdbb80b1
parent0eeb822d0e9e9f340866a8047a0403407acc52d8 (diff)
README tweak
-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