[META] Fix contributing cli name

This commit is contained in:
Ben C 2023-08-02 15:43:29 -04:00
parent 906f2c9c17
commit 5dbf6b21eb

View File

@ -15,7 +15,7 @@ The core also has a test suite that you can run with `cargo test -p owmods_core`
You can use the `log_client` xtask for testing how the manager receives logs from the game: You can use the `log_client` xtask for testing how the manager receives logs from the game:
```sh ```sh
cargo run -p owmods_cli -- log_server cargo run -p owmods_cli -- log-server --port=12345
``` ```
Then in another terminal: Then in another terminal:
@ -33,7 +33,7 @@ Then simply enter a message and press enter to send it to the manager. This does
You can use the spam_logs xtask for testing how the manager handles a lot of logs: You can use the spam_logs xtask for testing how the manager handles a lot of logs:
```sh ```sh
cargo run -p owmods_cli -- log_server cargo run -p owmods_cli -- log-server --port=12345
``` ```
Then in another terminal: Then in another terminal: