From 1710a104935a9f33817da59c7f34b9c9b2ff1fe2 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Sun, 10 Jan 2016 23:59:51 +0000 Subject: [PATCH] fix mistake in command line example --- src/cmdline/RootCommands.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cmdline/RootCommands.cpp b/src/cmdline/RootCommands.cpp index ba443147d9..45b360f748 100644 --- a/src/cmdline/RootCommands.cpp +++ b/src/cmdline/RootCommands.cpp @@ -77,12 +77,12 @@ const CommandLineCommand CommandLine::RootCommands[] 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" }, + { "./my_park.sv6", "open a saved park" }, + { "./SnowyPark.sc6", "install and open a scenario" }, + { "./ShuttleLoop.td6", "install a track" }, + { "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" }, + { "host ./my_park.sv6 --port 11753 --headless", "run a headless server for a saved park" }, #endif ExampleTableEnd };