Skip to content

Commit 56e519e

Browse files
committed
tools: update tool file with suggestion
1 parent a846e06 commit 56e519e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/update-timezone.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
2-
// Usage: tools/update-timezone.mjs [--dry]
3-
// Passing --dry will redirect output to stdout.
2+
// Usage: tools/update-timezone.mjs
43
import { execSync, spawnSync } from 'node:child_process';
54
import { renameSync } from 'node:fs';
65
import { exit } from 'node:process';

0 commit comments

Comments
 (0)