From 42ff3cf8c0615296d03b92e5dc9ce7f48c113438 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 5 Nov 2024 21:38:53 +0000 Subject: [PATCH] Per #2966, add UTC --- src/tools/other/gen_vx_mask/gen_vx_mask.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/other/gen_vx_mask/gen_vx_mask.cc b/src/tools/other/gen_vx_mask/gen_vx_mask.cc index 55f202d8e..29df66bb0 100644 --- a/src/tools/other/gen_vx_mask/gen_vx_mask.cc +++ b/src/tools/other/gen_vx_mask/gen_vx_mask.cc @@ -1708,7 +1708,7 @@ __attribute__((noreturn)) static void usage() { << "\t\t For \"data\" masking, specify a gridded data file.\n" << "\t\t For \"solar_alt\", \"solar_azi\", and \"solar_time\" " << "masking, specify a gridded data file or a timestring in " - << "YYYYMMDD[_HH[MMSS]] format.\n" + << "YYYYMMDD[_HH[MMSS]] UTC format.\n" << "\t\t For \"lat\" and \"lon\" masking, no \"mask_file\" is " << "needed, simply repeat \"input_grid\".\n" << "\t\t For \"shape\" masking, specify a shapefile "