Index: gclient.py |
diff --git a/gclient.py b/gclient.py |
index 8ebdfc23c51735a20cd6f7bac4817af20d12b9d6..6a77e08dc9b129a3e37b43feeed6151221b710ce 100755 |
--- a/gclient.py |
+++ b/gclient.py |
@@ -2261,7 +2261,7 @@ class OptionParser(optparse.OptionParser): |
jobs = 1 |
self.add_option( |
- '-j', '--jobs', default=jobs, type='int', |
+ '-j', '--jobs', default=1, type='int', |
help='Specify how many SCM commands can run in parallel; defaults to ' |
'%default on this machine') |
self.add_option( |