|
Lines 15-22
Link Here
|
| 15 |
print " "+turquoise("emerge")+" < "+turquoise("--sync")+" | "+turquoise("--metadata")+" | "+turquoise("--info")+" >" |
15 |
print " "+turquoise("emerge")+" < "+turquoise("--sync")+" | "+turquoise("--metadata")+" | "+turquoise("--info")+" >" |
| 16 |
print " "+turquoise("emerge")+" "+turquoise("--resume")+" [ "+green("--pretend")+" | "+green("--ask")+" | "+green("--skipfirst")+" ]" |
16 |
print " "+turquoise("emerge")+" "+turquoise("--resume")+" [ "+green("--pretend")+" | "+green("--ask")+" | "+green("--skipfirst")+" ]" |
| 17 |
print " "+turquoise("emerge")+" "+turquoise("--help")+" [ "+green("system")+" | "+green("config")+" | "+green("sync")+" ] " |
17 |
print " "+turquoise("emerge")+" "+turquoise("--help")+" [ "+green("system")+" | "+green("config")+" | "+green("sync")+" ] " |
| 18 |
print bold("Options:")+" "+green("-")+"["+green("abcCdDefhikKlnoOpPsSuUvV")+"] ["+green("--oneshot")+"] ["+green("--newuse")+"] ["+green("--noconfmem")+"]" |
18 |
print bold("Options:")+" "+green("-")+"["+green("abBcCdDefFgGhikKlnNoOpPsStuUvV")+"] ["+green("--oneshot")+"] ["+green("--newuse")+"] ["+green("--noconfmem")+"]" |
| 19 |
print " ["+green("--columns")+"] ["+green("--nospinner")+"]" |
19 |
print " ["+green("--columns")+"] ["+green("--nospinner")+"]" |
| 20 |
print bold("Actions:")+" [ "+green("--clean")+" | "+green("--depclean")+" | "+green("--inject")+" | "+green("--prune")+" | "+green("--regen")+" | "+green("--search")+" | "+green("--unmerge")+" ]" |
20 |
print bold("Actions:")+" [ "+green("--clean")+" | "+green("--depclean")+" | "+green("--inject")+" | "+green("--prune")+" | "+green("--regen")+" | "+green("--search")+" | "+green("--unmerge")+" ]" |
| 21 |
print |
21 |
print |
| 22 |
|
22 |
|
|
Lines 75-82
Link Here
|
| 75 |
print " run with the '--verbose' flag." |
75 |
print " run with the '--verbose' flag." |
| 76 |
print |
76 |
print |
| 77 |
print " "+green("--metadata") |
77 |
print " "+green("--metadata") |
| 78 |
print " Causes portage to process all the metacache files as is normally done" |
78 |
print " Causes portage to process all the metacache files as is normally" |
| 79 |
print " on the tail end of an rsync update using "+bold("emerge --sync")+". The" |
79 |
print " done on the tail end of an rsync update using "+bold("emerge --sync")+". The" |
| 80 |
print " processing creates the cache database that portage uses for" |
80 |
print " processing creates the cache database that portage uses for" |
| 81 |
print " pre-parsed lookups of package data." |
81 |
print " pre-parsed lookups of package data." |
| 82 |
print |
82 |
print |
|
Lines 96-104
Link Here
|
| 96 |
print |
96 |
print |
| 97 |
print " "+green("--search")+" ("+green("-s")+" short option)" |
97 |
print " "+green("--search")+" ("+green("-s")+" short option)" |
| 98 |
print " searches for matches of the supplied string in the current local" |
98 |
print " searches for matches of the supplied string in the current local" |
| 99 |
print " portage tree. The search string is a regular expression. Prepending" |
99 |
print " portage tree. The search string is a regular expression." |
| 100 |
print " the expression with a '@' will cause the category to be included in" |
100 |
print " Prepending the expression with a '@' will cause the category to be" |
| 101 |
print " the search." |
101 |
print " included in the search." |
| 102 |
print " A few examples:" |
102 |
print " A few examples:" |
| 103 |
print " "+bold("emerge search '^kde'") |
103 |
print " "+bold("emerge search '^kde'") |
| 104 |
print " list all packages starting with kde" |
104 |
print " list all packages starting with kde" |
|
Lines 169-175
Link Here
|
| 169 |
print " used in combination with --pretend all the SRC_URIs will be" |
169 |
print " used in combination with --pretend all the SRC_URIs will be" |
| 170 |
print " displayed multiple mirrors per line, one line per file." |
170 |
print " displayed multiple mirrors per line, one line per file." |
| 171 |
print |
171 |
print |
| 172 |
print " "+green("--fetch-all-uri") |
172 |
print " "+green("--fetch-all-uri")+" ("+green("-F")+" short option)" |
| 173 |
print " Same as --fetchonly except that all package files, including those" |
173 |
print " Same as --fetchonly except that all package files, including those" |
| 174 |
print " not required to build the package, will be processed." |
174 |
print " not required to build the package, will be processed." |
| 175 |
print |
175 |
print |
|
Lines 185-191
Link Here
|
| 185 |
print " downloaded from the remote server without consulting packages" |
185 |
print " downloaded from the remote server without consulting packages" |
| 186 |
print " existing in the packages directory." |
186 |
print " existing in the packages directory." |
| 187 |
print |
187 |
print |
| 188 |
print " "+green("--newuse") |
188 |
print " "+green("--newuse")+" ("+green("-N")+" short option)" |
| 189 |
print " Tells emerge to include installed packages where USE flags have " |
189 |
print " Tells emerge to include installed packages where USE flags have " |
| 190 |
print " changed since installation." |
190 |
print " changed since installation." |
| 191 |
print |
191 |
print |
|
Lines 211-217
Link Here
|
| 211 |
print " "+green("--nospinner") |
211 |
print " "+green("--nospinner") |
| 212 |
print " Disables the spinner regardless of terminal type." |
212 |
print " Disables the spinner regardless of terminal type." |
| 213 |
print |
213 |
print |
| 214 |
print " "+green("--oneshot") |
214 |
print " "+green("--oneshot")+" ("+green("-1")+" short option)" |
| 215 |
print " Emerge as normal, but don't add packages to the world profile." |
215 |
print " Emerge as normal, but don't add packages to the world profile." |
| 216 |
print " This package will only be updated if it is depended upon by" |
216 |
print " This package will only be updated if it is depended upon by" |
| 217 |
print " another package." |
217 |
print " another package." |