mirror of
https://github.com/frappe/bench.git
synced 2025-01-25 07:58:24 +00:00
[minor] minor fix in switch-to-v5 help message
This commit is contained in:
parent
86afa275ad
commit
4e75e24c85
@ -162,7 +162,7 @@ def switch_to_v4(upgrade=False):
|
|||||||
@click.command('switch-to-v5')
|
@click.command('switch-to-v5')
|
||||||
@click.option('--upgrade',is_flag=True)
|
@click.option('--upgrade',is_flag=True)
|
||||||
def switch_to_v5(upgrade=False):
|
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
|
from bench.app import switch_to_v5
|
||||||
switch_to_v5(upgrade=upgrade)
|
switch_to_v5(upgrade=upgrade)
|
||||||
print
|
print
|
||||||
|
Loading…
x
Reference in New Issue
Block a user