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
@@ -355,7 +355,7 @@ int main(int argc, char** argv)
{
if (argc != 3)
{
cerr << "Usage: stereo_multi_gpu <left_video> <right_video>" << endl;
cerr << "Usage: stereo_multi <left_video> <right_video>" << endl;
return -1;
}