This commit is contained in:
Anatoly Baksheev 2012-01-24 09:56:55 +00:00
parent 504a93ed0a
commit 2042e99cab

View File

@ -40,7 +40,7 @@ int main(int argc, const char* argv[])
if (cmd.get<bool>("help"))
{
cout << "Usage: optical_float [options]" << endl;
cout << "Usage: optical_flow [options]" << endl;
cout << "Avaible options:" << endl;
cmd.printParams();
return 0;