From: Mike Frysinger Date: Thu, 16 Aug 2012 21:46:58 +0000 (-0400) Subject: egencache: add a standard -j flags for --jobs X-Git-Tag: v2.2.0_alpha122~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8aa4f965d3baeaea9dc56938c67bb20d8af835a3;p=portage.git egencache: add a standard -j flags for --jobs Signed-off-by: Mike Frysinger --- 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",