diff --git a/samples/cpp/matcher_simple.cpp b/samples/cpp/matcher_simple.cpp index 77b5ab6137..19ec7606dd 100644 --- a/samples/cpp/matcher_simple.cpp +++ b/samples/cpp/matcher_simple.cpp @@ -10,7 +10,7 @@ void help() printf("\nThis program demonstrates using features2d detector, descriptor extractor and simple matcher\n" "Using the SURF desriptor:\n" "\n" - "Usage: matcher_simple \n"); + "Usage:\n matcher_simple \n"); } int main(int argc, char** argv)