diff rhodecode/lib/indexers/__init__.py @ 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 a08624dd675e
children 3563bb7b4b82 a42bfe8a9335
line wrap: on
line diff
--- 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)