diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-16 17:46:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-16 17:46:58 -0400 |
commit | 8aa4f965d3baeaea9dc56938c67bb20d8af835a3 (patch) | |
tree | 6f1d8e6d7b0376fb9a264a8c5fa9b1db1a4531d2 | |
parent | Remove tests for deprecated 3_pre2 EAPI. (diff) | |
download | portage-8aa4f965d3baeaea9dc56938c67bb20d8af835a3.tar.gz portage-8aa4f965d3baeaea9dc56938c67bb20d8af835a3.tar.bz2 portage-8aa4f965d3baeaea9dc56938c67bb20d8af835a3.zip |
egencache: add a standard -j flags for --jobs
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-x | bin/egencache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/egencache b/bin/egencache index a75a34172..d0c073c6e 100755 --- 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", |