# HG changeset patch # User Marcin Kuzminski # Date 2013-02-08 19:08:52 # Node ID 968b28545f9366a2451c9106fcc5bd5351adec16 # Parent 069884383cc794f290f03084a7034c956e0ad741 fixed description of update-repoinfo command diff --git a/rhodecode/lib/update_repoinfo.py b/rhodecode/lib/update_repoinfo.py --- a/rhodecode/lib/update_repoinfo.py +++ b/rhodecode/lib/update_repoinfo.py @@ -52,7 +52,7 @@ class UpdateCommand(BasePasterCommand): 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)