2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

[minor] minor fix in switch-to-v5 help message

This commit is contained in:
mbauskar 2016-08-26 15:12:12 +05:30
parent 86afa275ad
commit 4e75e24c85

View File

@ -162,7 +162,7 @@ def switch_to_v4(upgrade=False):
@click.command('switch-to-v5')
@click.option('--upgrade',is_flag=True)
def switch_to_v5(upgrade=False):
"Switch frappe and erpnext to v4 branch"
"Switch frappe and erpnext to v5 branch"
from bench.app import switch_to_v5
switch_to_v5(upgrade=upgrade)
print