2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +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')
def _migrate_to_v5(bench='.'):
"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):
migrate_to_v5(bench=bench)