Tools: update man page

This commit is contained in:
Shahram Najm 2019-04-25 11:28:36 +01:00
parent 8a049a01f3
commit 536df91da0
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@
#include <stdint.h>
#endif
const char* grib_tool_description = "Convert a GRIB file to netCDF format.";
const char* grib_tool_description = "Convert a GRIB file to netCDF format."
"\n\tNote: The GRIB geometry should be a regular lat/lon grid or a regular Gaussian grid"
"\n\t(the key \"typeOfGrid\" should be \"regular_ll\" or \"regular_gg\")";
const char* grib_tool_name = "grib_to_netcdf";
const char* grib_tool_usage = "[options] grib_file grib_file ... ";
static char argvString[2048] = {0,};