Skip to content
Snippets Groups Projects
Commit d8a6d05b authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: typo in help message

parent efde0ea3
Branches
Tags
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment