diff --git a/tools/sqlMigrate.php b/tools/sqlMigrate.php index 6adf91b..01f16ab 100755 --- a/tools/sqlMigrate.php +++ b/tools/sqlMigrate.php @@ -64,7 +64,7 @@ class main "StepIdentifier"); $getopts->add ("Debug", "", array ("debug"), "Display the SQL requests"); $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")) die ($getopts->help ()); if ($getopts->get ("Step"))