Browse Source

fix extra space in the flag

pull/1327/head
MSilva95 2 years ago committed by Dav Hojt
parent
commit
404c163609
  1. 2
      subjects/printevenarguments/README.md

2
subjects/printevenarguments/README.md

@ -12,6 +12,6 @@ second$
$ go run . a b c d | cat -e
b$
d$
$ go run . a | cat - e
$ go run . a | cat -e
$
```

Loading…
Cancel
Save