From c5bc6f14f7d9296f58f9041291d1f15774bb4014 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Wed, 4 Oct 2023 14:33:41 -0600 Subject: [PATCH] #2666 Updated the description of input_filename --- src/tools/other/point2grid/point2grid.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/other/point2grid/point2grid.cc b/src/tools/other/point2grid/point2grid.cc index 3a7b69affd..1861a1ca66 100644 --- a/src/tools/other/point2grid/point2grid.cc +++ b/src/tools/other/point2grid/point2grid.cc @@ -2783,8 +2783,8 @@ void usage() { << "\t[-v level]\n" << "\t[-compress level]\n\n" - << "\twhere\t\"input_filename\" is the gridded data file to be " - << "read (required).\n" + << "\twhere\t\"input_filename\" is the input NetCDF point observation " + << "file to be read (required).\n" << "\t\t\"to_grid\" defines the output grid as a named grid, the " << "path to a gridded data file, or an explicit grid "