Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 8e43eb73d04..ae94b8846e9 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -403,7 +403,7 @@ by providing the name of a subsystem:
```text
$ make coverage-clean
-$ NODE_V8_COVERAGE=coverage/tmp tools/test.py -J --mode=release child-process
+$ NODE_V8_COVERAGE=coverage/tmp tools/test.py --mode=release child-process
$ make coverage-report-js
```