projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbca971
)
Add --verbose to the "for more help" message.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Mar 2007 08:41:25 +0000
(08:41 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Mar 2007 08:41:25 +0000
(08:41 -0000)
svn path=/main/trunk/; revision=6264
pym/emerge/help.py
patch
|
blob
|
history
diff --git
a/pym/emerge/help.py
b/pym/emerge/help.py
index d72a1a0caef1c66ccf4b90b32b0e8a49c381f2b8..7df9ee76037af7f71236161b6043b7ff3b805d89 100644
(file)
--- a/
pym/emerge/help.py
+++ b/
pym/emerge/help.py
@@
-24,7
+24,7
@@
def help(myaction,myopts,havecolor=1):
if not myaction and ("--verbose" not in myopts):
shorthelp()
print
- print " For more help try 'emerge --help' or consult the man page."
+ print " For more help try 'emerge --help
--verbose
' or consult the man page."
elif not myaction:
shorthelp()
print