2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur (aka Eldy)
2024-11-28 21:54:09 +01:00
parent 99a2787efc
commit 87af642454

View File

@@ -113,8 +113,8 @@ if ((!$versionfrom || preg_match('/version/', $versionfrom)) && (!$versionto ||
$path = __DIR__.'/';
if (substr($sapi_type, 0, 3) == 'cli') {
print 'Syntax from command line: '.$script_file." x.y.z a.b.c [MAIN_MODULE_NAME1_TO_ENABLE,MAIN_MODULE_NAME2_TO_ENABLE...]\n";
print 'Example: '.$script_file." 19.0.0 20.0.0\n";
print 'Example: '.$script_file." 0.0.0 0.0.0 MAIN_MODULE_Adherent\n";
print 'Example, upgrade from 19 to 20: '.$script_file." 19.0.0 20.0.0\n";
print 'Example, enable a module only: '.$script_file." 0.0.0 0.0.0 MAIN_MODULE_Adherent\n";
print "\n";
}
exit;