sqlMigrate : update comment

This commit is contained in:
2021-03-16 15:41:51 +01:00
parent 556fb57233
commit 5ac09bb36b

View File

@@ -64,7 +64,7 @@ class main
"StepIdentifier"); "StepIdentifier");
$getopts->add ("Debug", "", array ("debug"), "Display the SQL requests"); $getopts->add ("Debug", "", array ("debug"), "Display the SQL requests");
$getopts->add ("Execute", "", array ("execute"), $getopts->add ("Execute", "", array ("execute"),
"Execute the configuration without requesting data"); "Execute the configuration without requesting data (start at step 5)");
if ($getopts->get ("Help")) if ($getopts->get ("Help"))
die ($getopts->help ()); die ($getopts->help ());
if ($getopts->get ("Step")) if ($getopts->get ("Step"))