mirror of https://github.com/ecmwf/eccodes.git
Man page for bufr_ls / bufr_get
This commit is contained in:
parent
af02246213
commit
301fe77910
|
@ -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";
|
||||
|
|
|
@ -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 ...";
|
||||
|
||||
|
|
Loading…
Reference in New Issue