diff options
-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", |