From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAC3B138A87 for ; Mon, 23 Feb 2015 22:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49767E0853; Mon, 23 Feb 2015 22:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2D4EE0853 for ; Mon, 23 Feb 2015 22:45:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E1173408A0 for ; Mon, 23 Feb 2015 22:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3CC512688 for ; Mon, 23 Feb 2015 22:45:11 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1424731506.efe2057022a5f1185b3ab431a4425d651a3f2efe.robbat2@gentoo> Subject: [gentoo-commits] proj/ag:master commit in: / X-VCS-Repository: proj/ag X-VCS-Files: ag X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: efe2057022a5f1185b3ab431a4425d651a3f2efe X-VCS-Branch: master Date: Mon, 23 Feb 2015 22:45:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09b4fd14-3087-413c-b392-6bef627f955e X-Archives-Hash: 96d71ccffea560ee876db615795407c4 commit: efe2057022a5f1185b3ab431a4425d651a3f2efe Author: Robin H. Johnson gentoo org> AuthorDate: Mon Feb 23 22:45:06 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Feb 23 22:45:06 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=efe20570 Include key. Signed-off-by: Robin H. Johnson gentoo.org> --- ag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag b/ag index 97c223f..027ca23 100755 --- a/ag +++ b/ag @@ -95,7 +95,7 @@ op = OptionParser.new do |opts| $options.readonly = true end - opts.on('--jobs', 'Number of parallel jobs to run (defaults to 75% of core count)') do |jobs| + opts.on('--jobs JOBS', 'Number of parallel jobs to run (defaults to 75% of core count)') do |jobs| $options.jobs = jobs end end