Merge pull request #3820 from LorenaGdL:patch-1

This commit is contained in:
Vadim Pisarevsky
2015-03-13 13:20:09 +00:00

View File

@@ -403,7 +403,7 @@ void test_it( const Size & size )
int main( int argc, char** argv ) int main( int argc, char** argv )
{ {
if( argc != 4 ) if( argc != 5 )
{ {
cout << "Wrong number of parameters." << endl cout << "Wrong number of parameters." << endl
<< "Usage: " << argv[0] << " pos_dir pos.lst neg_dir neg.lst" << endl << "Usage: " << argv[0] << " pos_dir pos.lst neg_dir neg.lst" << endl