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

merge with rc1
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 18:37:22 +0200
parents a5f0bc867edc b76a595b7a5e
children 5293d4bbb1ea
line wrap: on
line diff
--- a/rhodecode/lib/indexers/__init__.py	Mon Mar 11 17:59:38 2013 +0100
+++ b/rhodecode/lib/indexers/__init__.py	Sun Apr 07 18:37:22 2013 +0200
@@ -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)