Skip to content

Commit

Permalink
gdalwarp: fix help message for -wm (fixes #9960)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 17, 2024
1 parent 891825f commit b15ed8e
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 @@ -5731,7 +5731,7 @@ GDALWarpAppOptionsGetParser(GDALWarpAppOptions *psOptions,
else
psOptions->dfWarpMemoryLimit = CPLAtofM(s.c_str());
})
.help(_("Error threshold."));
.help(_("Set max warp memory."));

argParser->add_argument("-srcnodata")
.metavar("<value>[ <value>...]")
Expand Down

0 comments on commit b15ed8e

Please sign in to comment.