aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/howtox.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r--docs/markdown/howtox.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md
index 4e7e220..acc18d7 100644
--- a/docs/markdown/howtox.md
+++ b/docs/markdown/howtox.md
@@ -125,9 +125,9 @@ Install scan-build and configure your project. Then do this:
$ ninja scan-build
```
-You can use the `SCAN_BUILD` environment variable to choose the scan-build executable.
+You can use the `SCANBUILD` environment variable to choose the scan-build executable.
```console
-$ SCAN_BUILD=<your exe> ninja scan-build
+$ SCANBUILD=<your exe> ninja scan-build
```