Skip to content

Commit

Permalink
gdalwarp: fix -te metavar (master only)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 15, 2024
1 parent cb4d30f commit 5fdc9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gdalwarp_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5507,7 +5507,7 @@ GDALWarpAppOptionsGetParser(GDALWarpAppOptions *psOptions,
.help(_("Set output file size in pixels and lines."));

argParser->add_argument("-te")
.metavar("<xmin> <ymin> <max> <ymaX")
.metavar("<xmin> <ymin> <xmax> <ymax>")
.nargs(4)
.scan<'g', double>()
.help(_("Set georeferenced extents of output file to be created."));
Expand Down

0 comments on commit 5fdc9b5

Please sign in to comment.