public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs
@ 2012-08-16 21:47 Mike Frysinger
  2012-08-17 19:01 ` Zac Medico
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2012-08-16 21:47 UTC (permalink / raw
  To: gentoo-portage-dev

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",
-- 
1.7.9.7



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs
  2012-08-16 21:47 [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs Mike Frysinger
@ 2012-08-17 19:01 ` Zac Medico
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2012-08-17 19:01 UTC (permalink / raw
  To: gentoo-portage-dev

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-17 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 21:47 [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs Mike Frysinger
2012-08-17 19:01 ` Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox