diff --git a/samples/gpu/optical_flow.cpp b/samples/gpu/optical_flow.cpp index 892451e55b..9b41d604fa 100644 --- a/samples/gpu/optical_flow.cpp +++ b/samples/gpu/optical_flow.cpp @@ -40,7 +40,7 @@ int main(int argc, const char* argv[]) if (cmd.get("help")) { - cout << "Usage: optical_float [options]" << endl; + cout << "Usage: optical_flow [options]" << endl; cout << "Avaible options:" << endl; cmd.printParams(); return 0;