diff --git a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx index dad0c408e3cbc43614013fcdc12624bf3245ac45..0c1ef825735c95ae3e26a133cffa7cfd5ff49460 100644 --- a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx @@ -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; }