Fixing a bug

This commit is contained in:
Victor Erukhimov 2010-06-12 05:54:41 +00:00
parent b21314bccd
commit ed9e63c8e5

View File

@ -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;
}