Man page for bufr_ls / bufr_get

This commit is contained in:
Shahram Najm 2017-03-09 15:49:52 +00:00
parent af02246213
commit 301fe77910
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ grib_option grib_options[]={
{"v",0,0,1,0,0}
};
char* grib_tool_description="Get values of some keys from a BUFR file."
char* grib_tool_description="Get values of some header keys from a BUFR file."
"\n\tIt is similar to bufr_ls, but fails returning an error code "
"\n\twhen an error occurs (e.g. key not found).";
char* grib_tool_name="bufr_get";

View File

@ -38,7 +38,8 @@ grib_option grib_options[]={
};
char* grib_tool_description="List content of BUFR files printing values of "
"some keys.\n\tIt does not fail when a key is not found.";
"some header keys.\n\tOnly scalar keys can be printed."
"\n\tIt does not fail when a key is not found.";
char* grib_tool_name="bufr_ls";
char* grib_tool_usage="[options] bufr_file bufr_file ...";