commit: efe2057022a5f1185b3ab431a4425d651a3f2efe
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 23 22:45:06 2015 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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