From bac0688d4b5f4b2532c8a6c51a1b7213b9d7a09c Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 18 Oct 2022 12:29:27 +0100 Subject: [PATCH] Tools: Documentation --- tools/grib_get.dox | 2 +- tools/grib_ls.dox | 2 +- tools/grib_options.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/grib_get.dox b/tools/grib_get.dox index 125f6b0b4..24aac9246 100644 --- a/tools/grib_get.dox +++ b/tools/grib_get.dox @@ -31,7 +31,7 @@ For each key a string (key:s), a double (key:d) or an integer (key:i) type can be specified. Default type is string. \n \n -n namespace \n - All the keys belonging to namespace are printed. + All the keys belonging to the given namespace are printed. \n \n -s key[:{s/d/i}]=value,key[:{s/d/i}]=value,... \n Key/values to set. For each key a string (key:s), a double (key:d) or an integer (key:i) diff --git a/tools/grib_ls.dox b/tools/grib_ls.dox index b0908ddc3..0759b56a3 100644 --- a/tools/grib_ls.dox +++ b/tools/grib_ls.dox @@ -39,7 +39,7 @@ \n \n -i index \n Data value corresponding to the given index is printed. \n \n -n namespace \n - All the keys belonging to namespace are printed. + All the keys belonging to the given namespace are printed. \n \n -m \n Mars keys are printed. \n \n -V \n Version. \n \n -W width \n diff --git a/tools/grib_options.c b/tools/grib_options.c index ee546cf3f..1f133c150 100644 --- a/tools/grib_options.c +++ b/tools/grib_options.c @@ -55,7 +55,7 @@ static grib_options_help grib_options_help_list[] = { "\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", - "\n\t\tAll the keys belonging to namespace are printed.\n" }, + "\n\t\tAll the keys belonging to the given namespace are printed.\n" }, { "m", 0, "Mars keys are printed.\n" }, { "o:", "output_file", "\n\t\tOutput is written to output_file."