# HG changeset patch # User Marcin Kuzminski # Date 1360435510 -3600 # Node ID b76a595b7a5e59a6e357a365dedcca3d54b7fbdb # Parent cfc0fef66ddd75f7018ebb6c038f373f424c2f68 pasters RhodeCode commands help text improvements diff -r cfc0fef66ddd -r b76a595b7a5e rhodecode/lib/dbmigrate/__init__.py --- 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) diff -r cfc0fef66ddd -r b76a595b7a5e rhodecode/lib/indexers/__init__.py --- 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)