Index: tools/binary_size/run_binary_size_analysis.py |
diff --git a/tools/binary_size/run_binary_size_analysis.py b/tools/binary_size/run_binary_size_analysis.py |
index aefc85dd23400149780c798fac6d249f83f1904d..f4dad625868b64b765115205ac8c36a1543fa69a 100755 |
--- a/tools/binary_size/run_binary_size_analysis.py |
+++ b/tools/binary_size/run_binary_size_analysis.py |
@@ -632,7 +632,7 @@ def main(): |
'library. This is to be used when the addr2line in ' |
'the path is not for the right architecture or ' |
'of the right version.') |
- parser.add_option('--jobs', |
+ parser.add_option('--jobs', type='int', |
help='number of jobs to use for the parallel ' |
'addr2line processing pool; defaults to 1. More ' |
'jobs greatly improve throughput but eat RAM like ' |