mirror of https://github.com/ecmwf/eccodes.git
Help message
This commit is contained in:
parent
b8957ba306
commit
068cf91887
|
@ -22,14 +22,14 @@ grib_option grib_options[]={
|
|||
"\n\t\tDefault mode is structure.\n",
|
||||
1,1,"s"},
|
||||
{"D:","filter|fortran|python|C","\n\t\tDecoding dump. Provides instructions to decode the input message."
|
||||
"\n\t\tOptions: filter -> filter instructions file to decode input BUFR"
|
||||
"\n\t\tOptions: filter -> filter instructions file to decode input BUFR (for bufr_filter)"
|
||||
"\n\t\t fortran -> fortran program to decode the input BUFR"
|
||||
"\n\t\t python -> python script to decode the input BUFR"
|
||||
"\n\t\t C -> C program to decode the input BUFR"
|
||||
"\n\t\tDefault mode is filter.\n",
|
||||
0,1,"filter"},
|
||||
{"E:","filter|fortran|python|C","\n\t\tEncoding dump. Provides instructions to create the input message."
|
||||
"\n\t\tOptions: filter -> filter instructions file to encode input BUFR"
|
||||
"\n\t\tOptions: filter -> filter instructions file to encode input BUFR (for bufr_filter)"
|
||||
"\n\t\t fortran -> fortran program to encode the input BUFR"
|
||||
"\n\t\t python -> python script to encode the input BUFR"
|
||||
"\n\t\t C -> C program to encode the input BUFR"
|
||||
|
|
Loading…
Reference in New Issue