Tools: Documentation

This commit is contained in:
Shahram Najm 2022-10-18 12:29:27 +01:00
parent 0d17694c4a
commit bac0688d4b
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
For each key a string (key:s), a double (key:d) or an integer (key:i) For each key a string (key:s), a double (key:d) or an integer (key:i)
type can be specified. Default type is string. type can be specified. Default type is string.
\n \n -n namespace \n \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 \n \n -s key[:{s/d/i}]=value,key[:{s/d/i}]=value,... \n
Key/values to set. Key/values to set.
For each key a string (key:s), a double (key:d) or an integer (key:i) For each key a string (key:s), a double (key:d) or an integer (key:i)

View File

@ -39,7 +39,7 @@
\n \n -i index \n \n \n -i index \n
Data value corresponding to the given index is printed. Data value corresponding to the given index is printed.
\n \n -n namespace \n \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 -m \n Mars keys are printed.
\n \n -V \n Version. \n \n -V \n Version.
\n \n -W width \n \n \n -W width \n

View File

@ -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\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\t\tfile (file is used as mask. The closer point with mask value>=0.5 is printed)\n" },
{ "n:", "namespace", { "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" }, { "m", 0, "Mars keys are printed.\n" },
{ "o:", "output_file", { "o:", "output_file",
"\n\t\tOutput is written to output_file." "\n\t\tOutput is written to output_file."