docs: correct usage example to print new line

This commit is contained in:
eslopfer 2022-09-12 14:02:22 +01:00
parent 8566d590e2
commit 33c0a1c1dd
1 changed files with 3 additions and 2 deletions

View File

@ -17,10 +17,11 @@ If the number of arguments is different from 1, the program prints a new line.
```console
$ go run . "abc"
zyx
zyx$
$
$ go run . "My horse is Amazing." | cat -e
Nb slihv rh Znzarmt.$
$
$ go run .
$
```