egencache: add a standard -j flags for --jobs
On 08/16/2012 02:47 PM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> bin/egencache | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bin/egencache b/bin/egencache
> index a75a341..d0c073c 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",
>
Looks good to me.
--
Thanks,
Zac
|