Pluf Framework

Pluf Framework Commit Details


Date:2010-09-01 07:20:34 (14 years 3 months ago)
Author:Loïc d'Anterroches
Branch:develop, master
Commit:dce15861ed8f89694907c96b153b23d35d828cae
Parents: 5056cb1a077a1fe81ad94402ce10cf51dad8115f
Message:Fixed error in the documentation string.

Changes:

File differences

src/migrate.php
5454
5555
5656
57
58
59
60
61
57
58
59
60
61
6262
6363
6464
function usage()
{
echo 'Usage examples:'."\n"
.' Upgrade all: migrate.php --conf=path/to/config.php -a'."\n"
.' All to version 3: migrate.php --conf=path/to/config.php -a -v3'."\n"
.' Upgrade MyApp: migrate.php --conf=path/to/config.php --app=MyApp'."\n"
.' Backup MyApp: migrate.php --conf=path/to/config.php --app=MyApp -b /path/to/backup/folder [backupname]'."\n"
.' Restore MyApp: migrate.php --conf=path/to/config.php --app=MyApp -r /path/to/backup/folder backupname'."\n"
.' Upgrade all: migrate.php --conf=path/to/config.php -a'."\n"
.' Upgrade MyApp: migrate.php --conf=path/to/config.php --app=MyApp'."\n"
.' Backup MyApp: migrate.php --conf=path/to/config.php --app=MyApp -b /path/to/backup/folder [backupname]'."\n"
.' Restore MyApp: migrate.php --conf=path/to/config.php --app=MyApp -r /path/to/backup/folder backupname'."\n"
.' MyApp to ver. 3: migrate.php --conf=path/to/config.php --app=MyApp -v3'."\n"
.''."\n"
.'Options:'."\n"
.' c, --conf: Path to the configuration file.'."\n"

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05728s using 13 queries.