# HG changeset patch # User Marcin Kuzminski # Date 2013-04-07 17:14:17 # Node ID 45177757b32298d77b492cb05eb9770035a06617 # Parent 3563bb7b4b82973987c34f1b77b7de1264d97398 fixed docstring on cleanup command diff --git a/rhodecode/lib/paster_commands/cleanup.py b/rhodecode/lib/paster_commands/cleanup.py --- a/rhodecode/lib/paster_commands/cleanup.py +++ b/rhodecode/lib/paster_commands/cleanup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - package.rhodecode.lib.cleanup - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + rhodecode.lib.paster_commands.cleanup + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cleanup-repos paster command for RhodeCode