diff --git a/tools/grib_get.dox b/tools/grib_get.dox index 0e8b59fc6..125f6b0b4 100644 --- a/tools/grib_get.dox +++ b/tools/grib_get.dox @@ -17,7 +17,7 @@ \n \n -F format \n C style format for floating-point values. \n \n -l Latitude,Longitude[,MODE,file] \n - Value close to the point of a Latitude/Longitude. + Value close to the point of a Latitude,Longitude. Allowed values for MODE are: 4 (4 values in the nearest points are printed) Default 1 (the value at the nearest point is printed) diff --git a/tools/grib_ls.dox b/tools/grib_ls.dox index 7e8a68031..b0908ddc3 100644 --- a/tools/grib_ls.dox +++ b/tools/grib_ls.dox @@ -27,7 +27,7 @@ Order by. The output will be ordered according to the order by directive. Order by example: "step:i asc, centre desc" (step numeric ascending and centre descending) \n \n -l Latitude,Longitude[,MODE,file] \n - Value close to the point of a Latitude/Longitude. + Value close to the point of a Latitude,Longitude. Allowed values for MODE are: 4 (4 values in the nearest points are printed) Default 1 (the value at the nearest point is printed) diff --git a/tools/grib_options.c b/tools/grib_options.c index 83b697853..af1ae2c60 100644 --- a/tools/grib_options.c +++ b/tools/grib_options.c @@ -47,10 +47,10 @@ grib_options_help grib_options_help_list[] ={ "\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." + "\n\t\tValue close to the point of a Latitude,Longitude." "\n\t\tAllowed values for MODE are:" - "\n\t\t4 (4 values in the nearest points are printed) Default" - "\n\t\t1 (the value at the nearest point is printed)" + "\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)" "\n\t\tfile (file is used as mask. The closer point with mask value>=0.5 is printed)\n" }, {"n:","namespace",