diff --git a/DisparityMap/otbStereoSensorModelToElevationMap.cxx b/DisparityMap/otbStereoSensorModelToElevationMap.cxx index c66efc84f7fd27a835cc578f34f2138b19146e88..672b9818e7853800e03fd12d09db7f135065f218 100644 --- a/DisparityMap/otbStereoSensorModelToElevationMap.cxx +++ b/DisparityMap/otbStereoSensorModelToElevationMap.cxx @@ -90,7 +90,7 @@ int StereoSensorModelToElevationMap::Describe(ApplicationDescriptor* descriptor) descriptor->AddOption("SecondaryGaussianSmoothing","(optional) Perform a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels). Default is no smoothing.", "sgs", 1, false, ApplicationDescriptor::Real); - descriptor->AddOption("SubstractInitialHeight","If activated, the elevation map will contain only the estimated height offset from the initial height (either average elevation or DEM)","s",0,false,ApplicationDescriptor::Boolean); + descriptor->AddOption("SubtractInitialHeight","If activated, the elevation map will contain only the estimated height offset from the initial height (either average elevation or DEM)","s",0,false,ApplicationDescriptor::Boolean); descriptor->AddOption("AvailableMemory","Set the maximum of available memory for the pipeline execution in mega bytes (optional, 256 by default)","ram", 1, false, otb::ApplicationDescriptor::Integer);