From: Zac Medico Date: Fri, 12 Jan 2007 06:49:45 +0000 (-0000) Subject: Remove a duplicate % character. X-Git-Tag: v2.1.2~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=caffa3c43fad3d5773eeb32c2a90eecd9aed5675;p=portage.git Remove a duplicate % character. svn path=/main/trunk/; revision=5593 --- 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:"