diff --git a/samples/cpp/bagofwords_classification.cpp b/samples/cpp/bagofwords_classification.cpp index b713ab7004..22ac48ef02 100644 --- a/samples/cpp/bagofwords_classification.cpp +++ b/samples/cpp/bagofwords_classification.cpp @@ -25,8 +25,9 @@ const string plotsDir = "/plots"; void help(char** argv) { - cout << "This program shows how to read in, train on and produce test results for the PASCAL VOC (Visual Object Challenge) data. \n" + cout << "\nThis program shows how to read in, train on and produce test results for the PASCAL VOC (Visual Object Challenge) data. \n" << "It shows how to use detectors, descriptors and recognition methods \n" + "Using OpenCV version %s\n" << CV_VERSION << "\n" << "Call: \n" << "Format:\n ./" << argv[0] << " [VOC path] [result directory] \n" << " or: \n"