commit:     7a3319b5c9d75a33c3ea3b5138acaf4deeda6e62
Author:     Daniel Robbins <drobbins <AT> funtoo <DOT> org>
AuthorDate: Fri Sep 23 12:49:58 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  1 15:35:24 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7a3319b5

No longer have emerge refer to itself as 'the other white meat'

---
 pym/_emerge/help.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 8e241a8..dd3a347 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -6,7 +6,7 @@ from __future__ import print_function
 from portage.output import bold, turquoise, green
 
 def help():
-       print(bold("emerge:")+" the other white meat (command-line interface to 
the Portage system)")
+       print(bold("emerge:")+" command-line interface to the Portage system")
        print(bold("Usage:"))
        print("   "+turquoise("emerge")+" [ "+green("options")+" ] [ 
"+green("action")+" ] [ "+turquoise("ebuild")+" | "+turquoise("tbz2")+" | 
"+turquoise("file")+" | "+turquoise("@set")+" | "+turquoise("atom")+" ] [ ... 
]")
        print("   "+turquoise("emerge")+" [ "+green("options")+" ] [ 
"+green("action")+" ] < "+turquoise("@system")+" | "+turquoise("@world")+" >")

Reply via email to