diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2006-04-03 14:46:17 -0400 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2006-04-03 14:46:17 -0400 |
commit | 6c7f9ce0663e9c6bf60afac47adf19cf10a99b43 (patch) | |
tree | 31acfb5a0d7da6e26f4693a0ac76ac2ae7a33615 /becommands/upgrade.py | |
parent | 4145df7bc4a4335c8ac5d123a8d02104f4e7dc55 (diff) | |
download | bugseverywhere-6c7f9ce0663e9c6bf60afac47adf19cf10a99b43.tar.gz |
Help cleanup
Diffstat (limited to 'becommands/upgrade.py')
-rw-r--r-- | becommands/upgrade.py | 4 |
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 - - |