diff rhodecode/lib/dbmigrate/__init__.py @ 3700:3563bb7b4b82

merge with rc1
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 18:37:22 +0200
parents 82a88013a3fd b76a595b7a5e
children ffd45b185016
line wrap: on
line diff
--- a/rhodecode/lib/dbmigrate/__init__.py	Mon Mar 11 17:59:38 2013 +0100
+++ b/rhodecode/lib/dbmigrate/__init__.py	Sun Apr 07 18:37:22 2013 +0200
@@ -41,7 +41,7 @@
     min_args = 1
 
     usage = "CONFIG_FILE"
-    summary = "Upgrades current db to newer version given configuration file"
+    summary = "Upgrades current db to newer version"
     group_name = "RhodeCode"
 
     parser = Command.standard_parser(verbose=True)