mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +00:00
Merge pull request #308 from mbauskar/master
[minor] minor fix in switch-to-v5 help message
This commit is contained in:
commit
8b405286fd
@ -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…
x
Reference in New Issue
Block a user