Commit 2042e99c authored by Anatoly Baksheev's avatar Anatoly Baksheev

gramma

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