We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f2258 commit 7a02a9dCopy full SHA for 7a02a9d
tools/update-authors.mjs
@@ -1,5 +1,5 @@
1
#!/usr/bin/env node
2
-// Usage: tools/update-author.mjs [--dry]
+// Usage: tools/update-authors.mjs [--dry]
3
// Passing --dry will redirect output to stdout rather than write to 'AUTHORS'.
4
import { spawn } from 'node:child_process';
5
import fs from 'node:fs';
0 commit comments