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:
@@ -77,12 +77,12 @@ const CommandLineCommand CommandLine::RootCommands[]
|
|||||||
|
|
||||||
const CommandLineExample CommandLine::RootExamples[]
|
const CommandLineExample CommandLine::RootExamples[]
|
||||||
{
|
{
|
||||||
{ "./my_park.sv6", "open a saved park" },
|
{ "./my_park.sv6", "open a saved park" },
|
||||||
{ "./SnowyPark.sc6", "install and open a scenario" },
|
{ "./SnowyPark.sc6", "install and open a scenario" },
|
||||||
{ "./ShuttleLoop.td6", "install a track" },
|
{ "./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
|
#ifndef DISABLE_NETWORK
|
||||||
{ "host ./my_park.sv6 --port 11753 --headless", "run a headless server for a saved park" },
|
{ "host ./my_park.sv6 --port 11753 --headless", "run a headless server for a saved park" },
|
||||||
#endif
|
#endif
|
||||||
ExampleTableEnd
|
ExampleTableEnd
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user