diff --git a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx index 4b3650443259b9576b1618482f4931485f69fe96..843d9e09384ccdf01c053ca70f1a005f94a1e3e9 100644 --- a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx +++ b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx @@ -69,7 +69,7 @@ int main (int argc, char* argv[]) if (argc!= 12) { std::cerr <<"Usage: "<<argv[0]; - std::cerr<<"fixedFileName movingFileName fieldOutName imageOutName "; + std::cerr<<" fixedFileName movingFileName fieldOutName imageOutName "; std::cerr<<"pointSetStepX pointSetStepY explorationSize windowSize learningRate "; std::cerr<<"nbIterations metricThreshold";