From 5a25c3e865e558891b5306cf36c0f2eb2399db56 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 25 Dec 2022 19:50:58 -0800 Subject: [PATCH] describe tournament 2v2 option in shell help text --- src/ServerShell.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ServerShell.cc b/src/ServerShell.cc index e8f09fce..dcd96820 100644 --- a/src/ServerShell.cc +++ b/src/ServerShell.cc @@ -115,8 +115,11 @@ Server commands:\n\ Song IDs are 0 through 51; the default song is -1.\n\ announce \n\ Send an announcement message to all players.\n\ - create-tournament \"Tournament Name\" \"Map Name\" [rules...]\n\ - Create an Episode 3 tournament. Rules options:\n\ + create-tournament \"Tournament Name\" \"Map Name\" [options...]\n\ + Create an Episode 3 tournament. The quotes are required arount the\n\ + tournament and map names, unless the names contain no spaces.\n\ + Rules options:\n\ + 2v2: Set team size to 2 players (default is 1 without this option)\n\ dice=MIN-MAX: Set minimum and maximum dice rolls\n\ overall-time-limit=N: Set battle time limit (in multiples of 5 minutes)\n\ phase-time-limit=N: Set phase time limit (in seconds)\n\ @@ -138,7 +141,7 @@ Server commands:\n\ End registration for a tournament and allow matches to begin. The quotes\n\ are required unless the tournament name contains no spaces.\n\ tournament-state \"Tournament Name\"\n\ - Print the current state of a tournament. The quotes are required unless the\n\ + Show the current state of a tournament. The quotes are required unless the\n\ tournament name contains no spaces.\n\ \n\ Proxy commands (these will only work when exactly one client is connected):\n\