From 16a4f79477b7e601333600dcf5eb2b0bac330a49 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:16 +0000 Subject: [PATCH] revamped --- samples/cpp/matcher_simple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)