From 5dbf6b21eb7c6786d8a4ca22babe7c231c3b5c60 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 2 Aug 2023 15:43:29 -0400 Subject: [PATCH] [META] Fix contributing cli name --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e873784..b57662d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: ```sh -cargo run -p owmods_cli -- log_server +cargo run -p owmods_cli -- log-server --port=12345 ``` 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: ```sh -cargo run -p owmods_cli -- log_server +cargo run -p owmods_cli -- log-server --port=12345 ``` Then in another terminal: