aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/upgrade.py
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2006-04-03 14:46:17 -0400
committerAaron Bentley <abentley@panoramicfeedback.com>2006-04-03 14:46:17 -0400
commit6c7f9ce0663e9c6bf60afac47adf19cf10a99b43 (patch)
tree31acfb5a0d7da6e26f4693a0ac76ac2ae7a33615 /becommands/upgrade.py
parent4145df7bc4a4335c8ac5d123a8d02104f4e7dc55 (diff)
downloadbugseverywhere-6c7f9ce0663e9c6bf60afac47adf19cf10a99b43.tar.gz
Help cleanup
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
-
-