Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/
Date: Sun, 01 Feb 2015 15:36:00
Message-Id: 1422804924.7a3319b5c9d75a33c3ea3b5138acaf4deeda6e62.mgorny@gentoo
1 commit: 7a3319b5c9d75a33c3ea3b5138acaf4deeda6e62
2 Author: Daniel Robbins <drobbins <AT> funtoo <DOT> org>
3 AuthorDate: Fri Sep 23 12:49:58 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 1 15:35:24 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7a3319b5
7
8 No longer have emerge refer to itself as 'the other white meat'
9
10 ---
11 pym/_emerge/help.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
15 index 8e241a8..dd3a347 100644
16 --- a/pym/_emerge/help.py
17 +++ b/pym/_emerge/help.py
18 @@ -6,7 +6,7 @@ from __future__ import print_function
19 from portage.output import bold, turquoise, green
20
21 def help():
22 - print(bold("emerge:")+" the other white meat (command-line interface to the Portage system)")
23 + print(bold("emerge:")+" command-line interface to the Portage system")
24 print(bold("Usage:"))
25 print(" "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] [ "+turquoise("ebuild")+" | "+turquoise("tbz2")+" | "+turquoise("file")+" | "+turquoise("@set")+" | "+turquoise("atom")+" ] [ ... ]")
26 print(" "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] < "+turquoise("@system")+" | "+turquoise("@world")+" >")