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:
Diffstat (limited to 'tools/update-authors.mjs')
-rwxr-xr-xtools/update-authors.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-authors.mjs b/tools/update-authors.mjs
index 971fe160e3c..7dfae178e33 100755
--- a/tools/update-authors.mjs
+++ b/tools/update-authors.mjs
@@ -1,5 +1,5 @@
#!/usr/bin/env node
-// Usage: tools/update-author.mjs [--dry]
+// Usage: tools/update-authors.mjs [--dry]
// Passing --dry will redirect output to stdout rather than write to 'AUTHORS'.
import { spawn } from 'node:child_process';
import fs from 'node:fs';