Documentation

This commit is contained in:
Shahram Najm 2020-07-03 13:50:26 +01:00
parent 5a5050babd
commit b498068403
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ grib_option grib_options[] = {
{ "w:", "key[:{s|d|i}]=value,key[:{s|d|i}]=value,...",
"\n\t\tWhere clause.\n\t\tSet is only executed for BUFR messages matching all the "
"key/value constraints.\n\t\tIf a BUFR message does not match the constraints it is"
" copied unchanged\n\t\tto the output_bufr_file. This behaviour can be changed "
" copied unchanged\n\t\tto the output_file. This behaviour can be changed "
"setting the option -S.\n\t\tFor each key a string (key:s), a double (key:d) or"
" an integer (key:i)\n\t\ttype can be defined. Default type is string."
"\n\t\tNote: only one -w clause is allowed.\n",
@ -44,7 +44,7 @@ grib_option grib_options[] = {
const char* grib_tool_description =
"Sets key/value pairs in the input BUFR file and writes"
"\n\teach message to the output_bufr_file."
"\n\teach message to the output_file."
"\n\tIt fails when an error occurs (e.g. key not found).";
const char* grib_tool_name = "bufr_set";
const char* grib_tool_usage = "[options] file file ... output_file";