Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions apps/gdalwarp_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5876,8 +5876,9 @@ GDALWarpAppOptionsGetParser(GDALWarpAppOptions *psOptions,
.metavar("<xmin> <ymin> <xmax> <ymax>")
.nargs(4)
.scan<'g', double>()
.help(_("Set georeferenced extents of output file to be created."));

.help(_("Set georeferenced extents of output file to be created "
"(corresponds to outputBounds in gdal.WarpOptions)."));

argParser->add_argument("-te_srs")
.metavar("<srs_def>")
.action(
Expand Down
Loading