projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196192d
)
egencache: add a standard -j flags for --jobs
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Aug 2012 21:46:58 +0000
(17:46 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Aug 2012 21:46:58 +0000
(17:46 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
bin/egencache
patch
|
blob
|
history
diff --git
a/bin/egencache
b/bin/egencache
index a75a34172cecdcd29ba166ddc1bbef7c987e117d..d0c073c6e663dc1566dfebe1bea483c9afa685b9 100755
(executable)
--- a/
bin/egencache
+++ b/
bin/egencache
@@
-102,7
+102,7
@@
def parse_args(args):
update.add_option("--cache-dir",
help="location of the metadata cache",
dest="cache_dir")
- update.add_option("--jobs",
+ update.add_option("-
j", "-
-jobs",
action="store",
help="max ebuild processes to spawn")
update.add_option("--load-average",