diff --git a/Applications/Utils/GeoTools/createRaster.cpp b/Applications/Utils/GeoTools/createRaster.cpp index 4fd1b41b9ee2955be82d0fc50db9e534ebd7ff17..2591da1cc831ad6fdbdf93ba7e9c24097df37da9 100644 --- a/Applications/Utils/GeoTools/createRaster.cpp +++ b/Applications/Utils/GeoTools/createRaster.cpp @@ -25,7 +25,8 @@ int main(int argc, char* argv[]) { TCLAP::CmdLine cmd( - "computeSurfaceNodeIDsInPolygonalRegion\n\n" + "Create a raster of specified size at specified origin where every " + "pixel has the value zero.\n\n" "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n"