revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:07 +0000 (08:29 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:07 +0000 (08:29 +0000)
samples/cpp/demhist.cpp

index 11e60e9..7dd724b 100644 (file)
@@ -56,7 +56,7 @@ void updateBrightnessContrast( int arg, void* )
 }
 void help()
 {
-       cout << "\nThis program demonstrates the use of calcHist -- histogram creation.\n"
+       cout << "\nThis program demonstrates the use of calcHist() -- histogram creation.\n"
                        "Call:\n"
                        "demhist [image_name -- Defaults to baboon.jpg]\n" << endl;
 }