stderr -> stdout

This commit is contained in:
Ryan Johnson 2022-09-05 22:29:19 -07:00 committed by GitHub
parent 067d753267
commit ddc74ef01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ cargo r -r -p packet_inspector -- 127.0.0.1:25566 127.0.0.1:25565
The client must connect to `localhost:25566`. You should see the packets in `stdout`.
If you only want to see errors, direct `stderr` elsewhere.
If you only want to see errors, direct `stdout` elsewhere.
```sh
cargo r -r -p packet_inspector -- 127.0.0.1:25566 127.0.0.1:25565 > log.txt