Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233421

Summary: missing "be" in --help output
Product: Portage Development Reporter: Mikael Magnusson <mikachu>
Component: DocumentationAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: trivial Keywords: InVCS
Priority: High    
Version: 2.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 210077, 216231    

Description Mikael Magnusson 2008-07-30 20:54:19 UTC
the help for -u says "which may not what you want", missing the "be".

diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index d494180..4284500 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)"
Comment 1 Zac Medico gentoo-dev 2008-07-30 22:24:50 UTC
Thanks, this is in svn.
Comment 2 Zac Medico gentoo-dev 2008-08-01 11:14:41 UTC
This is fixed in 2.2_rc6.