2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 16:36:25 +00:00

Update cli.py

This commit is contained in:
Pratik Vyas 2014-12-25 17:52:43 +05:30
parent b551922341
commit b5d492f2e0

View File

@ -203,7 +203,7 @@ def migrate_3to4(path):
@click.command('migrate-to-v5') @click.command('migrate-to-v5')
def _migrate_to_v5(bench='.'): def _migrate_to_v5(bench='.'):
"Migrate to Version 5" "Migrate to Version 5"
click.echo("This will migrate all sites in the bench to version 5.") click.echo("This will migrate all sites in the bench to version 5. Version 5 is still work in progress and NOT STABLE.")
if click.confirm("This is irreversible. Do you want to continue?", abort=True): if click.confirm("This is irreversible. Do you want to continue?", abort=True):
migrate_to_v5(bench=bench) migrate_to_v5(bench=bench)