Commit ed9e63c8 authored by Victor Erukhimov's avatar Victor Erukhimov

Fixing a bug

parent b21314bc
......@@ -9,7 +9,7 @@ int main(int argc, char** argv)
{
if(argc != 3)
{
printf("Usage: matches_simple <image1> <image2>\n");
printf("Usage: matcher_simple <image1> <image2>\n");
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment