docs(cat): fix inconsistency on example

This commit is contained in:
eslopfer 2022-12-19 12:31:47 +00:00
parent 93288bcdfd
commit 90a0e60450
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $ go run . quest8.txt
"Programming is a skill best acquired by pratice and example rather than from books" by Alan Turing
$ go run . quest8.txt abc
"Programming is a skill best acquired by pratice and example rather than from books" by Alan Turing
ERROR: abc: No such file or directory
ERROR: open abc: No such file or directory
$ cat quest8.txt | ./cat
"Programming is a skill best acquired by pratice and example rather than from books" by Alan Turing
$ go run .