1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

fix mistake in command line example

This commit is contained in:
IntelOrca
2016-01-10 23:59:51 +00:00
parent 1b62f22bde
commit 1710a10493

View File

@@ -80,7 +80,7 @@ const CommandLineExample CommandLine::RootExamples[]
{ "./my_park.sv6", "open a saved park" },
{ "./SnowyPark.sc6", "install and open a scenario" },
{ "./ShuttleLoop.td6", "install a track" },
{ "http:/openrct2.website/files/SnowyPark.sv6", "download and open a saved park" },
{ "https://openrct2.website/files/SnowyPark.sv6", "download and open a saved park" },
#ifndef DISABLE_NETWORK
{ "host ./my_park.sv6 --port 11753 --headless", "run a headless server for a saved park" },
#endif