diff --git a/samples/cpp/matching_to_many_images.cpp b/samples/cpp/matching_to_many_images.cpp index 32b200822b..d35e90f6eb 100644 --- a/samples/cpp/matching_to_many_images.cpp +++ b/samples/cpp/matching_to_many_images.cpp @@ -26,7 +26,7 @@ void printPrompt( const string& applName ) << " * (train) image).\n" << " */\n" << endl; - cout << endl << "Format:" << endl; + cout << endl << "Format:\n" << endl; cout << "./" << applName << " [detectorType] [descriptorType] [matcherType] [queryImage] [fileWithTrainImages] [dirToSaveResImages]" << endl; cout << endl;