mirror of https://github.com/ecmwf/eccodes.git
Tools: Documentation
This commit is contained in:
parent
0d17694c4a
commit
bac0688d4b
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue