Skip to content

Commit

Permalink
tools: update tool file with suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
98lenvi committed Jul 27, 2022
1 parent a846e06 commit 56e519e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/update-timezone.mjs
@@ -1,6 +1,5 @@
#!/usr/bin/env node
// Usage: tools/update-timezone.mjs [--dry]
// Passing --dry will redirect output to stdout.
// Usage: tools/update-timezone.mjs
import { execSync, spawnSync } from 'node:child_process';
import { renameSync } from 'node:fs';
import { exit } from 'node:process';
Expand Down

0 comments on commit 56e519e

Please sign in to comment.