Skip to content
Snippets Groups Projects
Commit 24835f58 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: fix help message

parent cc14a97e
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,9 @@ int main(int argc, char * argv[])
std::cerr <<
" inputFileName outputFileName firstPixelComponent secondPixelComponent ";
std::cerr <<
"thirdPixelComponent fourthPixelComponent amplitudeThrehsold tolerance ";
"thirdPixelComponent fourthPixelComponent alpha amplitudeThrehsold tolerance ";
std::cerr <<
"angularThreshold firstMeanDistanceThreshold secondMeanDistanceThreshold ";
"angularThreshold-maxAngle firstMeanDistanceThreshold secondMeanDistanceThreshold ";
std::cerr << "distanceThreshold" << std::endl;
return EXIT_FAILURE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment