mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 07:32:07 -05:00
Fixed and clarified misleading --coopnet argument description (#634)
This commit is contained in:
parent
2218428a4d
commit
6bdfe56f1e
1 changed files with 1 additions and 1 deletions
|
@ -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("--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("--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("--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("--playername PLAYERNAME Starts the game with a specific playername.\n");
|
||||||
printf("--playercount PLAYERCOUNT Starts the game with a specific player count limit.\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");
|
printf("--skip-update-check Skips the update check when loading the game.\n");
|
||||||
|
|
Loading…
Reference in a new issue