egencache: add a standard -j flags for --jobs
authorMike Frysinger <vapier@gentoo.org>
Thu, 16 Aug 2012 21:46:58 +0000 (17:46 -0400)
committerMike 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

index a75a34172cecdcd29ba166ddc1bbef7c987e117d..d0c073c6e663dc1566dfebe1bea483c9afa685b9 100755 (executable)
@@ -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",