summaryrefslogtreecommitdiff
path: root/benchmark/_cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/_cli.js')
-rw-r--r--benchmark/_cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/_cli.js b/benchmark/_cli.js
index fa2bfb8395..8b9f22d0fb 100644
--- a/benchmark/_cli.js
+++ b/benchmark/_cli.js
@@ -16,7 +16,7 @@ function CLI(usage, settings) {
if (!(this instanceof CLI)) return new CLI(usage, settings);
if (process.argv.length < 3) {
- this.abort(usage); // abort will exit the process
+ this.abort(usage); // Abort will exit the process
}
this.usage = usage;