From 4e75e24c8522f7614671cd70d70b508221347b52 Mon Sep 17 00:00:00 2001 From: mbauskar Date: Fri, 26 Aug 2016 15:12:12 +0530 Subject: [PATCH] [minor] minor fix in switch-to-v5 help message --- bench/commands/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/commands/update.py b/bench/commands/update.py index e52657b7..7afc0765 100755 --- a/bench/commands/update.py +++ b/bench/commands/update.py @@ -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