diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-07-30 22:24:16 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-07-30 22:24:16 +0000 |
commit | 0074417f686b1760a8ad34a18bffc01f16fbba7d (patch) | |
tree | 59afe29fec2e4c8f9c5b4692514d37242d6b0a23 | |
parent | e6fa53303000fee0630ffc24fc805af75cb0c9a4 (diff) | |
download | portage-0074417f686b1760a8ad34a18bffc01f16fbba7d.tar.gz portage-0074417f686b1760a8ad34a18bffc01f16fbba7d.tar.bz2 portage-0074417f686b1760a8ad34a18bffc01f16fbba7d.zip |
Bug #233421 - Fix grammar, missing "be" in --update description. Thanks to
Mikael Magnusson for this patch.
svn path=/main/trunk/; revision=11288
-rw-r--r-- | pym/_emerge/help.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index bb4077aa5..e0b93480c 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -189,8 +189,8 @@ def help(myaction,myopts,havecolor=1): print " Updates packages to the best version available, which may not" print " always be the highest version number due to masking for testing" print " and development. This will also update direct dependencies which" - print " may not what you want. Package atoms specified on the command line" - print " are greedy, meaning that unspecific atoms may match multiple" + print " may not be what you want. Package atoms specified on the command" + print " line are greedy, meaning that unspecific atoms may match multiple" print " installed versions of slotted packages." print print " "+green("--version")+" ("+green("-V")+" short option)" |