<div dir="ltr"><div>Hi,</div><div><br></div><div>There are implicit rules when you read the OGR/GDAL docs in fact, in particular when you use `ogr2ogr` or `ogrinfo`</div><br>`-oo <NAME>=<VALUE>` like "Open Options"<br>`-lco <NAME>=<VALUE>` for "Layer Creation Option"<br>`-dsco <NAME>=<VALUE>` for "DataSet Creation Option"<br><br>So, when you read for instance <a href="https://gdal.org/drivers/vector/csv.html">https://gdal.org/drivers/vector/csv.html</a>, you will see there is a section "Open options" so you will know that you can use `-oo`. Also, you will see a "Layer Creation options" block so again, you will know it mean use `-lco`.<br><br>It's documented in "ogr2ogr" but you need to know the rule to make the link in your mind when reading the doc. Any idea to clarify the doc about the "tip".<br><br><div>An idea could be about adding in drivers docs "Open options" block a sentence like "When using the command line, use the flag `-oo <NAME>=<VALUE>`" and do the same for "Layer creation options" block "When using the command line, use the flag `-lco <NAME>=<VALUE>`"</div><div><br></div><div>Thoughts about the suggestion? Better idea? Not worth?<br></div><div><br></div><div>Regards,</div><div><br></div><div>Thomas Gratier<br></div></div>