##// END OF EJS Templates
pasters RhodeCode commands help text improvements
marcink -
r3339:b76a595b beta
parent child Browse files
Show More
@@ -41,7 +41,7 b' class UpgradeDb(BasePasterCommand):'
41 41 min_args = 1
42 42
43 43 usage = "CONFIG_FILE"
44 summary = "Upgrades current db to newer version given configuration file"
44 summary = "Upgrades current db to newer version"
45 45 group_name = "RhodeCode"
46 46
47 47 parser = Command.standard_parser(verbose=True)
@@ -105,7 +105,7 b' class MakeIndex(BasePasterCommand):'
105 105 min_args = 1
106 106
107 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 109 group_name = "RhodeCode"
110 110 takes_config_file = -1
111 111 parser = Command.standard_parser(verbose=True)
General Comments 0
You need to be logged in to leave comments. Login now