summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/console_cmds.cpp2
-rw-r--r--src/network/network.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 716d6cdcc..72df91641 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -814,7 +814,7 @@ DEF_CONSOLE_CMD(ConNetworkConnect)
{
if (argc == 0) {
IConsoleHelp("Connect to a remote OTTD server and join the game. Usage: 'connect <ip>'");
- IConsoleHelp("IP can contain port and company: 'IP[[#Company]:Port]', eg: 'server.ottd.org#2:443'");
+ IConsoleHelp("IP can contain port and company: 'IP[:Port][#Company]', eg: 'server.ottd.org:443#2'");
IConsoleHelp("Company #255 is spectator all others are a certain company with Company 1 being #1");
return true;
}
diff --git a/src/network/network.cpp b/src/network/network.cpp
index 2cf12bb61..6d574cceb 100644
--- a/src/network/network.cpp
+++ b/src/network/network.cpp
@@ -468,7 +468,7 @@ static void CheckPauseOnJoin()
}
/** Converts a string to ip/port/company
- * Format: IP#company:port
+ * Format: IP:port#company
*
* connection_string will be re-terminated to seperate out the hostname, and company and port will
* be set to the company and port strings given by the user, inside the memory area originally