From caffa3c43fad3d5773eeb32c2a90eecd9aed5675 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 12 Jan 2007 06:49:45 +0000 Subject: Remove a duplicate % character. svn path=/main/trunk/; revision=5593 --- pym/emergehelp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/emergehelp.py b/pym/emergehelp.py index e7f87aacf..373e0bf44 100644 --- a/pym/emergehelp.py +++ b/pym/emergehelp.py @@ -112,7 +112,7 @@ def help(myaction,myopts,havecolor=1): print " Searches for matches of the supplied string in the current local" print " portage tree. By default emerge uses a case-insensitive simple " print " search, but you can enable a regular expression search by " - print " prefixing the search string with %%." + print " prefixing the search string with %." print " Prepending the expression with a '@' will cause the category to" print " be included in the search." print " A few examples:" -- cgit v1.2.3-1-g7c22