Skip to content

Commit

Permalink
Update Exercises_9_1-2-10-11-12-15-16.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxyhelu authored Jun 21, 2017
1 parent 907b143 commit 6ec1d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exercises_9_1-2-10-11-12-15-16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace std;

void help(const char **argv) {
cout << "\n\n"
<< "This program solves the Exercise 1 at the end of Chapter 9 \n"
<< "This program solves the Exercise 1、2、10、11、12、15 and 16 at the end of Chapter 9 \n"
<< "Call:\n"
<< argv[0] << " <path/image_name>\n\n"
<< "For example: ./" << argv[0] << " ../lena.jpg\n"
Expand Down

0 comments on commit 6ec1d54

Please sign in to comment.