Lines 12-20
Link Here
|
12 |
print " "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] [ "+turquoise("ebuildfile")+" | "+turquoise("tbz2file")+" | "+turquoise("dependency")+" ] [ ... ]" |
12 |
print " "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] [ "+turquoise("ebuildfile")+" | "+turquoise("tbz2file")+" | "+turquoise("dependency")+" ] [ ... ]" |
13 |
print " "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] < "+turquoise("system")+" | "+turquoise("world")+" >" |
13 |
print " "+turquoise("emerge")+" [ "+green("options")+" ] [ "+green("action")+" ] < "+turquoise("system")+" | "+turquoise("world")+" >" |
14 |
print " "+turquoise("emerge")+" < "+turquoise("sync")+" | "+turquoise("info")+" >" |
14 |
print " "+turquoise("emerge")+" < "+turquoise("sync")+" | "+turquoise("info")+" >" |
15 |
print " "+turquoise("emerge")+" "+turquoise("--resume")+" ["+green("--pretend")+" | "+green("--skipfirst")+"]" |
15 |
print " "+turquoise("emerge")+" "+turquoise("--resume")+" [ "+green("--pretend")+" | "+green("--ask")+" | "+green("--skipfirst")+" ]" |
16 |
print " "+turquoise("emerge")+" "+turquoise("help")+" [ "+green("system")+" | "+green("config")+" | "+green("sync")+" ] " |
16 |
print " "+turquoise("emerge")+" "+turquoise("help")+" [ "+green("system")+" | "+green("config")+" | "+green("sync")+" ] " |
17 |
print bold("Options:")+" "+green("-")+"["+green("bcCdDefhikKlnoOpPsSuUvV")+"] ["+green("--oneshot")+"] ["+green("--noconfmem")+"]" |
17 |
print bold("Options:")+" "+green("-")+"["+green("abcCdDefhikKlnoOpPsSuUvV")+"] ["+green("--oneshot")+"] ["+green("--noconfmem")+"]" |
18 |
print " ["+green("--columns")+"] ["+green("--nospinner")+"]" |
18 |
print " ["+green("--columns")+"] ["+green("--nospinner")+"]" |
19 |
print bold("Actions:")+" [ "+green("clean")+" | "+green("depclean")+" | "+green("inject")+" | "+green("prune")+" | "+green("regen")+" | "+green("search")+" | "+green("unmerge")+" ]" |
19 |
print bold("Actions:")+" [ "+green("clean")+" | "+green("depclean")+" | "+green("inject")+" | "+green("prune")+" | "+green("regen")+" | "+green("search")+" | "+green("unmerge")+" ]" |
20 |
print |
20 |
print |
Lines 120-125
Link Here
|
120 |
print " format described in the "+bold("clean")+" action above." |
120 |
print " format described in the "+bold("clean")+" action above." |
121 |
print |
121 |
print |
122 |
print turquoise("Options:") |
122 |
print turquoise("Options:") |
|
|
123 |
print " "+green("--ask")+" ("+green("-a")+" short option)" |
124 |
print " before performing the merge, display what ebuilds and tbz2s will" |
125 |
print " be installed, in the same format as when using --pretend; then" |
126 |
print " ask whether to continue with the merge or abort. Using --ask is" |
127 |
print " more efficient than using --pretend and then executing the same" |
128 |
print " command without --pretend, as dependencies will only need to be" |
129 |
print " calculated once." |
130 |
print |
123 |
print " "+green("--buildpkg")+" ("+green("-b")+" short option)" |
131 |
print " "+green("--buildpkg")+" ("+green("-b")+" short option)" |
124 |
print " tell emerge to build binary packages for all ebuilds processed" |
132 |
print " tell emerge to build binary packages for all ebuilds processed" |
125 |
print " (in addition to actually merging the packages. Useful for" |
133 |
print " (in addition to actually merging the packages. Useful for" |