From 56e519ebe014e807817c0632fbfbde2ee6ba6596 Mon Sep 17 00:00:00 2001 From: Lenvin Gonsalves Date: Wed, 27 Jul 2022 17:41:53 +0530 Subject: [PATCH] tools: update tool file with suggestion --- tools/update-timezone.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/update-timezone.mjs b/tools/update-timezone.mjs index b3225a4ff54c5e..247db1888d165d 100755 --- a/tools/update-timezone.mjs +++ b/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';