From 2042e99cab6f0e4e0b4c0684d4f35617c3cf11a3 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Tue, 24 Jan 2012 09:56:55 +0000 Subject: [PATCH] gramma --- samples/gpu/optical_flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;