From b7724edc271b7b9622226444cd50606d717777e7 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 21 Jul 2022 13:38:07 +0100 Subject: [PATCH] Tools: man page --- tools/grib_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/grib_options.c b/tools/grib_options.c index a76ff7758..ee546cf3f 100644 --- a/tools/grib_options.c +++ b/tools/grib_options.c @@ -105,7 +105,7 @@ static grib_options_help grib_options_help_list[] = { { "T:", "T | B | M | A", "Message type. T->GTS, B->BUFR, M->METAR (Experimental), A->Any (Experimental).\n\t\t\t\tThe input file is interpreted according to the message type.\n" }, { "V", 0, "Version.\n" }, { "W:", "width", "\n\t\tMinimum width of each column in output. Default is 10.\n" }, - { "X:", "offset", "\n\t\tInput file offset in bytes. Processing of the input file will start from \"offset\".\n" }, + { "X:", "offset", "\n\t\tInput file offset in bytes. Processing of the input file will start from the given offset.\n" }, { "x", 0, "Fast parsing option, only headers are loaded.\n" }, { "k:", "key1,key2,...", "\n\t\tSpecify a list of keys to index on. By default the input files are indexed on the MARS keys."