From 7c931fde2da10135122bc00ed6178ed7be7c55cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Sat, 22 Jun 2024 20:54:25 +0800 Subject: [PATCH] Update ogr_layer_algebra.py avoiding unintended misinterpretation Else it sounds like "that town has not (even) a single taxi." --- swig/python/gdal-utils/osgeo_utils/ogr_layer_algebra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/python/gdal-utils/osgeo_utils/ogr_layer_algebra.py b/swig/python/gdal-utils/osgeo_utils/ogr_layer_algebra.py index 587d501ffe11..b92ea1f9824c 100644 --- a/swig/python/gdal-utils/osgeo_utils/ogr_layer_algebra.py +++ b/swig/python/gdal-utils/osgeo_utils/ogr_layer_algebra.py @@ -372,7 +372,7 @@ def main(argv=sys.argv): cnt = input_ds.GetLayerCount() if cnt != 1: print( - "Input datasource has not a single layer, so you should specify its name with -input_lyr", + "Input datasource has more than just a single layer, so you should specify which layer with -input_lyr", file=sys.stderr, ) return 1