changeset 3334:968b28545f93 beta

fixed description of update-repoinfo command
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Feb 2013 19:08:52 +0100
parents 069884383cc7
children 2d4e1f5e854e
files rhodecode/lib/update_repoinfo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/update_repoinfo.py	Tue Feb 05 03:04:46 2013 +0100
+++ b/rhodecode/lib/update_repoinfo.py	Fri Feb 08 19:08:52 2013 +0100
@@ -52,7 +52,7 @@
     min_args = 1
 
     usage = "CONFIG_FILE"
-    summary = "Cleanup deleted repos"
+    summary = "Updates repositories caches for last changeset"
     group_name = "RhodeCode"
     takes_config_file = -1
     parser = Command.standard_parser(verbose=True)