summaryrefslogtreecommitdiffstats
path: root/manual/src/side-by-side-view.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/side-by-side-view.md')
-rw-r--r--manual/src/side-by-side-view.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/side-by-side-view.md b/manual/src/side-by-side-view.md
index 51802aa2..b77f159d 100644
--- a/manual/src/side-by-side-view.md
+++ b/manual/src/side-by-side-view.md
@@ -11,7 +11,7 @@ By default, side-by-side view has line-numbers activated, and has syntax highlig
To activate and deactivate side-by-side view from the command line, consider using the [`DELTA_FEATURES`](./features-named-groups-of-settings.md) environment variable. For example:
-```
+```sh
export DELTA_FEATURES=+side-by-side # activate
export DELTA_FEATURES=+ # deactivate
```