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, )