From d8a6d05bc9d419d8fa87d47baaf68821d2428c42 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Sun, 29 Nov 2009 18:09:57 +0800 Subject: [PATCH] DOC: typo in help message --- Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx index 4b36504432..843d9e0938 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"; -- GitLab