From 01e89db491dfad74782f11e582ea5f57d1b29c59 Mon Sep 17 00:00:00 2001 From: Dima Date: Mon, 15 Feb 2021 22:50:25 +0700 Subject: [PATCH] Setup/Help (#276) * fixed log command instructions --- setup/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.php b/setup/setup.php index e385bdce..d2b3a8a1 100644 --- a/setup/setup.php +++ b/setup/setup.php @@ -42,7 +42,7 @@ if (!$opt || ((isset($opt['help']) || isset($opt['h'])) && (isset($opt['firstrun echo "--update : apply new sql updates fetched from github\n"; echo "--firstrun : goes through the nessecary hoops of the initial setup.\n"; echo "additional options\n"; - echo "--log logfile : write ouput to file\n"; + echo "--log=logfile : write ouput to file\n"; echo "--locales= : limit setup to enUS, frFR, deDE, esES and/or ruRU (does not override config settings)\n"; echo "--mpqDataDir=path/ : manually point to directory with extracted mpq files; is limited to setup/ (default: setup/mpqData/)\n"; echo "--delete | -d : delete generated dbc_* tables when script finishes\n";