ECC-932: Fix default for -d

This commit is contained in:
Shahram Najm 2019-05-30 15:21:59 +01:00
parent db3cb1948c
commit 14ddd818f0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ grib_option grib_options[]={
{"O",0,"Octet mode. WMO documentation style dump.\n",0,1,0},
{"p",0,"Plain dump (key=value format).\n",0,1,0},
/* {"D",0,0,0,1,0}, */ /* See ECC-215 */
{"d",0,"Dump the descriptors.\n",1,1,0},
{"d",0,"Dump the descriptors.\n",0,1,0},
/*{"u",0,"Print only some values.\n",0,1,0},*/
/* {"C",0,0,0,1,0}, */
{"t",0,0,0,1,0},