Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11288 - main/trunk/pym/_emerge
Date: Wed, 30 Jul 2008 22:24:19
Message-Id: E1KOK5g-0001P9-UR@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-07-30 22:24:16 +0000 (Wed, 30 Jul 2008)
3 New Revision: 11288
4
5 Modified:
6 main/trunk/pym/_emerge/help.py
7 Log:
8 Bug #233421 - Fix grammar, missing "be" in --update description. Thanks to
9 Mikael Magnusson for this patch.
10
11
12 Modified: main/trunk/pym/_emerge/help.py
13 ===================================================================
14 --- main/trunk/pym/_emerge/help.py 2008-07-30 13:58:43 UTC (rev 11287)
15 +++ main/trunk/pym/_emerge/help.py 2008-07-30 22:24:16 UTC (rev 11288)
16 @@ -189,8 +189,8 @@
17 print " Updates packages to the best version available, which may not"
18 print " always be the highest version number due to masking for testing"
19 print " and development. This will also update direct dependencies which"
20 - print " may not what you want. Package atoms specified on the command line"
21 - print " are greedy, meaning that unspecific atoms may match multiple"
22 + print " may not be what you want. Package atoms specified on the command"
23 + print " line are greedy, meaning that unspecific atoms may match multiple"
24 print " installed versions of slotted packages."
25 print
26 print " "+green("--version")+" ("+green("-V")+" short option)"