mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +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.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
|
||||
|
Loading…
Reference in New Issue
Block a user