aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/upgrade.py')
-rw-r--r--becommands/upgrade.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/becommands/upgrade.py b/becommands/upgrade.py
index 16ac78e..3dcb4eb 100644
--- a/becommands/upgrade.py
+++ b/becommands/upgrade.py
@@ -104,10 +104,8 @@ def get_parser():
return parser
longhelp="""
-Upgrades be-database.
+Upgrade the bug storage to the latest format.
"""
def help():
return get_parser().help_str() + longhelp
-
-