From 6bdfe56f1ef38f182883e69dfb624de428169fb5 Mon Sep 17 00:00:00 2001 From: iZePlayz <69536095+iZePlayzYT@users.noreply.github.com> Date: Sun, 19 Jan 2025 09:56:18 +0100 Subject: [PATCH] Fixed and clarified misleading --coopnet argument description (#634) --- src/pc/cliopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/cliopts.c b/src/pc/cliopts.c index 08852deca..18b485333 100644 --- a/src/pc/cliopts.c +++ b/src/pc/cliopts.c @@ -27,7 +27,7 @@ static void print_help(void) { printf("--skip-intro Skips the Peach and Lakitu intros when on a zero star save.\n"); printf("--server PORT Starts the game and creates a new server on PORT.\n"); printf("--client IP PORT Starts the game and joins an existing server.\n"); - printf("--coopnet PASSWORD Starts the game and creates a new private coopnet server with a password.\n"); + printf("--coopnet PASSWORD Starts the game and creates a new CoopNet server.\n"); printf("--playername PLAYERNAME Starts the game with a specific playername.\n"); printf("--playercount PLAYERCOUNT Starts the game with a specific player count limit.\n"); printf("--skip-update-check Skips the update check when loading the game.\n");