From a9e361fb9655205ad548aabf62e265e3d9da091e Mon Sep 17 00:00:00 2001 From: shahramn Date: Tue, 30 Apr 2024 17:13:31 +0100 Subject: [PATCH] ECC-1817: Tools documentation: grib_compare/bufr_compare '-f' option --- tools/bufr_compare.cc | 2 +- tools/grib_compare.cc | 2 +- tools/gts_compare.cc | 2 +- tools/metar_compare.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/bufr_compare.cc b/tools/bufr_compare.cc index e0447e20b..325c67cd3 100644 --- a/tools/bufr_compare.cc +++ b/tools/bufr_compare.cc @@ -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 }, diff --git a/tools/grib_compare.cc b/tools/grib_compare.cc index 558ff0386..ba86c1a1f 100644 --- a/tools/grib_compare.cc +++ b/tools/grib_compare.cc @@ -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 }, diff --git a/tools/gts_compare.cc b/tools/gts_compare.cc index 1dc362059..d5cd47126 100644 --- a/tools/gts_compare.cc +++ b/tools/gts_compare.cc @@ -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 }, diff --git a/tools/metar_compare.cc b/tools/metar_compare.cc index a86cafd0d..d5aa9315b 100644 --- a/tools/metar_compare.cc +++ b/tools/metar_compare.cc @@ -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 },