Add --verbose to the "for more help" message.
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Mar 2007 08:41:25 +0000 (08:41 -0000)
committerZac 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

index d72a1a0caef1c66ccf4b90b32b0e8a49c381f2b8..7df9ee76037af7f71236161b6043b7ff3b805d89 100644 (file)
@@ -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