changeset 3339:b76a595b7a5e beta

pasters RhodeCode commands help text improvements
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Feb 2013 19:45:10 +0100
parents cfc0fef66ddd
children f1491bad8339
files rhodecode/lib/dbmigrate/__init__.py rhodecode/lib/indexers/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/dbmigrate/__init__.py	Fri Feb 08 22:16:25 2013 +0100
+++ b/rhodecode/lib/dbmigrate/__init__.py	Sat Feb 09 19:45:10 2013 +0100
@@ -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)
--- a/rhodecode/lib/indexers/__init__.py	Fri Feb 08 22:16:25 2013 +0100
+++ b/rhodecode/lib/indexers/__init__.py	Sat Feb 09 19:45:10 2013 +0100
@@ -105,7 +105,7 @@
     min_args = 1
 
     usage = "CONFIG_FILE"
-    summary = "Creates index for full text search given configuration file"
+    summary = "Creates or update full text search index"
     group_name = "RhodeCode"
     takes_config_file = -1
     parser = Command.standard_parser(verbose=True)