Skip to content

Commit

Permalink
stderr -> stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a authored Sep 6, 2022
1 parent 067d753 commit ddc74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packet_inspector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddc74ef

Please sign in to comment.