Skip to content

Commit

Permalink
Typofix in help
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 11, 2024
1 parent 9197f37 commit 9a77f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsi2tif/vsi2tif.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 9a77f81

Please sign in to comment.