summaryrefslogtreecommitdiffstats
path: root/manual/src/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/configuration.md')
-rw-r--r--manual/src/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/configuration.md b/manual/src/configuration.md
index 27adeb29..620f3587 100644
--- a/manual/src/configuration.md
+++ b/manual/src/configuration.md
@@ -46,7 +46,7 @@ All git commands that display diff output should now display syntax-highlighted
To change your delta options in a one-off git command, use `git -c`. For example
-```
+```sh
git -c delta.line-numbers=false show
```