mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Example
This commit is contained in:
@@ -113,6 +113,9 @@ 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 Adherents\n";
|
||||
print "\n";
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user