comparison 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
comparison
equal deleted inserted replaced
3338:cfc0fef66ddd 3339:b76a595b7a5e
103 103
104 max_args = 1 104 max_args = 1
105 min_args = 1 105 min_args = 1
106 106
107 usage = "CONFIG_FILE" 107 usage = "CONFIG_FILE"
108 summary = "Creates index for full text search given configuration file" 108 summary = "Creates or update full text search index"
109 group_name = "RhodeCode" 109 group_name = "RhodeCode"
110 takes_config_file = -1 110 takes_config_file = -1
111 parser = Command.standard_parser(verbose=True) 111 parser = Command.standard_parser(verbose=True)
112 112
113 def command(self): 113 def command(self):