Skip to content

Commit e4115d4

Browse files
Abinaya ManimaranAbinaya Manimaran
Abinaya Manimaran
authored and
Abinaya Manimaran
committed
Update Comments
1 parent 39b44de commit e4115d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-CMY-Color-Space/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int main(int argc, char * argv[]) {
1919
// Check for proper syntax --------
2020
if (argc != 9){
2121
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;
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;
2323
return 0;
2424
}
2525

0 commit comments

Comments
 (0)