Skip to content

Commit

Permalink
ECC-1817: Tools documentation: grib_compare/bufr_compare '-f' option
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Apr 30, 2024
1 parent cc51075 commit a9e361f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/bufr_compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ grib_option grib_options[] = {
{ "A:", 0, 0, 0, 1, 0 },
{ "t:", "factor", "Compare data values using factor multiplied by the tolerance specified in options -R -A.\n", 0, 1, 0 },
{ "w:", 0, 0, 0, 1, 0 },
{ "f", 0, 0, 0, 1, 0 },
{ "f", 0, "Forcefully compare, do not stop after first difference.\n", 0, 1, 0 },
{ "F", 0, 0, 1, 0, 0 },
{ "q", 0, 0, 1, 0, 0 },
{ "M", 0, 0, 1, 0, 0 },
Expand Down
2 changes: 1 addition & 1 deletion tools/grib_compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ grib_option grib_options[] = {
{ "P", 0, "Compare data values using the packing error as tolerance.\n", 0, 1, 0 },
{ "T:", "factor", "Compare data values using factor multiplied by the tolerance specified in options -P -R -A.\n", 0, 1, 0 },
{ "w:", 0, 0, 0, 1, 0 },
{ "f", 0, 0, 0, 1, 0 },
{ "f", 0, "Forcefully compare, do not stop after first difference.\n", 0, 1, 0 },
{ "F", 0, 0, 1, 0, 0 },
{ "q", 0, 0, 1, 0, 0 },
{ "M", 0, 0, 1, 0, 0 },
Expand Down
2 changes: 1 addition & 1 deletion tools/gts_compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ grib_option grib_options[] = {
/*{"R:",0,0,0,1,0},*/
/*{"A:",0,0,0,1,0},*/
{ "w:", 0, 0, 0, 1, 0 },
{ "f", 0, 0, 0, 1, 0 },
{ "f", 0, "Forcefully compare, do not stop after first difference.\n", 0, 1, 0 },
{ "F", 0, 0, 1, 0, 0 },
{ "q", 0, 0, 1, 0, 0 },
{ "I", 0, 0, 1, 0, 0 },
Expand Down
2 changes: 1 addition & 1 deletion tools/metar_compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ grib_option grib_options[] = {
{ "R:", 0, 0, 0, 1, 0 },
{ "A:", 0, 0, 0, 1, 0 },
{ "w:", 0, 0, 0, 1, 0 },
{ "f", 0, 0, 0, 1, 0 },
{ "f", 0, "Forcefully compare, do not stop after first difference.\n", 0, 1, 0 },
{ "F", 0, 0, 1, 0, 0 },
{ "q", 0, 0, 1, 0, 0 },
{ "I", 0, 0, 1, 0, 0 },
Expand Down

0 comments on commit a9e361f

Please sign in to comment.