From 5ac09bb36bbdb1599a11ee05fe68fbbfc996f44d Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Tue, 16 Mar 2021 15:41:51 +0100 Subject: [PATCH] sqlMigrate : update comment --- tools/sqlMigrate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))