From 708056e4c2a188e5fa4f37ab01c65f941a2300c8 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 15 Oct 2011 00:30:38 +0200 Subject: [PATCH] [eit.commands.search] fix command description --- server/eit/commands/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/eit/commands/search.py b/server/eit/commands/search.py index f82037fe6..48721825f 100644 --- a/server/eit/commands/search.py +++ b/server/eit/commands/search.py @@ -102,5 +102,5 @@ EitCommandDescriptor.register( EitCommandDescriptor( EitSearch, EitSearch.NAME, - _('show reverse dependency graph for packages')) + _('search packages in repositories')) )