summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-10 10:49:59 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-10 10:49:59 +0000
commitf154bcd60edcd6d440905796c7a8a285e3a14ea0 (patch)
tree5c4dc291982a3dc7f62472b484b71698d3dd2f59
parentBug #288025 - Avoid AttributeError on OSes that don't have os.statvfs. (diff)
downloadportage-multirepo-f154bcd60edcd6d440905796c7a8a285e3a14ea0.tar.gz
portage-multirepo-f154bcd60edcd6d440905796c7a8a285e3a14ea0.tar.bz2
portage-multirepo-f154bcd60edcd6d440905796c7a8a285e3a14ea0.zip
Uncomment line accidentally commented in r14538. Thanks to Arfrever for
reporting. svn path=/main/branches/2.1.7/; revision=14556
-rw-r--r--pym/_emerge/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 2f269bf7..ce5d4107 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -11,7 +11,7 @@ def shorthelp():
print(bold("Usage:"))
print(" "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] [ "+turquoise("ebuild")+" | "+turquoise("tbz2")+" | "+turquoise("file")+" | "+turquoise("set")+" | "+turquoise("atom")+" ] [ ... ]")
print(" "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] < "+turquoise("system")+" | "+turquoise("world")+" >")
- #print(" "+turquoise("emerge")+" < "+turquoise("--sync")+" | "+turquoise("--metadata")+" | "+turquoise("--info")+" >")
+ print(" "+turquoise("emerge")+" < "+turquoise("--sync")+" | "+turquoise("--metadata")+" | "+turquoise("--info")+" >")
print(" "+turquoise("emerge")+" "+turquoise("--resume")+" [ "+green("--pretend")+" | "+green("--ask")+" | "+green("--skipfirst")+" ]")
print(" "+turquoise("emerge")+" "+turquoise("--help")+" [ "+green("--verbose")+" ] ")
print(bold("Options:")+" "+green("-")+"["+green("abBcCdDefgGhjkKlnNoOpPqrsStuvV")+"]")