Help message

This commit is contained in:
Shahram Najm 2019-08-15 18:40:17 +01:00
parent b8957ba306
commit 068cf91887
1 changed files with 2 additions and 2 deletions

View File

@ -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"