From 9a77f81afe1bc81e07484b1d521bacde832d5e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Wed, 11 Sep 2024 10:18:44 +0200 Subject: [PATCH] Typofix in help --- vsi2tif/vsi2tif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsi2tif/vsi2tif.py b/vsi2tif/vsi2tif.py index b59914c..eab4997 100644 --- a/vsi2tif/vsi2tif.py +++ b/vsi2tif/vsi2tif.py @@ -22,7 +22,7 @@ def main(): parser.add_argument( "-p", "--plane", - help="which image plane to convert image from. If set to -1, all planes are converted and the largest is kept", + help="which image plane to convert image from. If set to -1, all series are converted and the largest is kept", default=0, type=int, )