summaryrefslogtreecommitdiff
path: root/benchmark/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/common.js')
-rw-r--r--benchmark/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/common.js b/benchmark/common.js
index c7961e5654..158354004c 100644
--- a/benchmark/common.js
+++ b/benchmark/common.js
@@ -19,7 +19,7 @@ if (module === require.main) {
var type = process.argv[2];
var testFilter = process.argv[3];
if (!type) {
- console.error('usage:\n ./iojs benchmark/common.js <type> [testFilter]');
+ console.error('usage:\n ./node benchmark/common.js <type> [testFilter]');
process.exit(1);
}