We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b44de commit e4115d4Copy full SHA for e4115d4
02-CMY-Color-Space/main.cpp
@@ -19,7 +19,7 @@ int main(int argc, char * argv[]) {
19
// Check for proper syntax --------
20
if (argc != 9){
21
cout << "Syntax Error - Incorrect Parameter Usage:" << endl;
22
- cout << "program_name [row] [col] [bytesPerPixel] [input image path] [raw output image 1 path] [raw output image 2 path] [raw output image 3 path] [raw output image 4 path] " << endl;
+ cout << "program_name [row] [col] [bytesPerPixel] [input image path] [raw output image 1 path] [raw output image 2 path] [raw output image 3 path] [raw output image 4 path] " << endl;
23
return 0;
24
}
25
0 commit comments