From: Zac Medico Date: Wed, 26 Sep 2007 04:11:59 +0000 (-0000) Subject: Bug #192346 - The emerge --help shows a -i option that X-Git-Tag: v2.1.3.16~127 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5112d07e4896ccc80c2b3a77276dad4a3a3c65da;p=portage.git Bug #192346 - The emerge --help shows a -i option that does not exist. (trunk r7779) svn path=/main/branches/2.1.2/; revision=7819 --- diff --git a/pym/emergehelp.py b/pym/emergehelp.py index 55171c16b..e2a4f39c2 100644 --- a/pym/emergehelp.py +++ b/pym/emergehelp.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")+" > ]"