Skip to content
Snippets Groups Projects
Commit a72a0d14 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: add newline at the end of the command line

parent 086b5c90
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ int main(int argc, char * argv[])
{
std::cerr << "Usage: " << argv[0];
std::cerr <<
" inputImageFile outputImageFileName1 [OutputImageFilename2 ...] ";
" inputImageFile outputImageFileName1 [OutputImageFilename2 ...] " << 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