Merge pull request #92 from stormcone/patch-1

Fix: Fix some copy-paste typos.
This commit is contained in:
Jonathan G Rennison
2019-06-17 20:31:52 +01:00
committed by GitHub

View File

@@ -2114,7 +2114,7 @@ DEF_CONSOLE_CMD(ConShowTownWindow)
DEF_CONSOLE_CMD(ConShowStationWindow)
{
if (argc != 2) {
IConsoleHelp("Debug: Show station window. Usage: 'show_station_window <town-id>'");
IConsoleHelp("Debug: Show station window. Usage: 'show_station_window <station-id>'");
return true;
}
@@ -2136,7 +2136,7 @@ DEF_CONSOLE_CMD(ConShowStationWindow)
DEF_CONSOLE_CMD(ConShowIndustryWindow)
{
if (argc != 2) {
IConsoleHelp("Debug: Show industry window. Usage: 'show_industry_window <town-id>'");
IConsoleHelp("Debug: Show industry window. Usage: 'show_industry_window <industry-id>'");
return true;
}