From b303346d0a46ef84b57d3028d6157892fec587c1 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 28 Dec 2022 14:57:41 +0000 Subject: [PATCH] Documentation --- tools/grib_options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/grib_options.c b/tools/grib_options.c index ccdd2073c..94a1a4c15 100644 --- a/tools/grib_options.c +++ b/tools/grib_options.c @@ -48,8 +48,8 @@ static grib_options_help grib_options_help_list[] = { { "i:", "index", "\n\t\tData value corresponding to the given index is printed.\n" }, { "j", 0, "JSON mode (JavaScript Object Notation).\n" }, - { "l:", "Latitude,Longitude[,MODE,file]", - "\n\t\tValue close to the point of a Latitude,Longitude." + { "l:", "latitude,longitude[,MODE,file]", + "\n\t\tValue close to the point of a latitude,longitude (nearest neighbour)." "\n\t\tAllowed values for MODE are:" "\n\t\t 4 (4 values in the nearest points are printed) Default" "\n\t\t 1 (the value at the nearest point is printed)"