Removed _gpu-suffix from usage messages to align with executable name

This commit is contained in:
Martin Ganeff
2017-07-28 10:20:59 +02:00
parent 34f9c039c5
commit 3ea889050b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ private:
static void printHelp()
{
cout << "Usage: stereo_match_gpu\n"
cout << "Usage: stereo_match\n"
<< "\t--left <left_view> --right <right_view> # must be rectified\n"
<< "\t--method <stereo_match_method> # BM | BP | CSBP\n"
<< "\t--ndisp <number> # number of disparity levels\n";