diff --git a/second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md b/second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md index 87b082834..dacbb538f 100644 --- a/second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md +++ b/second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md @@ -37,7 +37,7 @@ expecting printed on the screen, so that means it must have ended up in the file. Let's see what *output.txt* contains: ```text -Application error: No search string or filename found +Problem parsing arguments: not enough arguments ```