diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-09-13 18:21:28 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-09-13 18:21:28 +0000 |
commit | 6655bc6e8613f87c98f837c191cf9fd4bbe80c73 (patch) | |
tree | 0fd67d3d8d8d40217af921e2c505230b7b37780c | |
parent | 2a6cf4eec7ad6f8e99023c71b366fcb49866b824 (diff) | |
download | portage-6655bc6e8613f87c98f837c191cf9fd4bbe80c73.tar.gz portage-6655bc6e8613f87c98f837c191cf9fd4bbe80c73.tar.bz2 portage-6655bc6e8613f87c98f837c191cf9fd4bbe80c73.zip |
Bug #192346 - The emerge --help shows a -i option that does not exist.
svn path=/main/trunk/; revision=7779
-rw-r--r-- | pym/emerge/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emerge/help.py b/pym/emerge/help.py index ee0ba19ee..5bb93a1f4 100644 --- a/pym/emerge/help.py +++ b/pym/emerge/help.py @@ -14,7 +14,7 @@ def shorthelp(): 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("system")+" | "+green("world")+" | "+green("--sync")+" ] " - print bold("Options:")+" "+green("-")+"["+green("abBcCdDefgGhikKlnNoOpqPsStuvV")+"] ["+green("--oneshot")+"] ["+green("--newuse")+"] ["+green("--noconfmem")+"]" + print bold("Options:")+" "+green("-")+"["+green("abBcCdDefgGhkKlnNoOpqPsStuvV")+"] ["+green("--oneshot")+"] ["+green("--newuse")+"] ["+green("--noconfmem")+"]" print " [ " + green("--color")+" < " + turquoise("y") + " | "+ turquoise("n")+" > ] [ "+green("--columns")+" ]" print " [ "+green("--reinstall ")+turquoise("changed-use")+" ] ["+green("--nospinner")+"]" print " [ "+green("--deep")+" ] [" + green("--with-bdeps")+" < " + turquoise("y") + " | "+ turquoise("n")+" > ]" |