aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-01-29 19:51:30 +0200
committerMatti Picus <matti.picus@gmail.com>2018-01-29 19:51:30 +0200
commit276e42cda0f1f1cc31022e2f737a3797ff43694b (patch)
treee25a354f1cb300a8885dd8bfb76d8db1e42a06db /get_externals.py
parentdocument how to download the externals on win32 (diff)
downloadpypy-276e42cda0f1f1cc31022e2f737a3797ff43694b.tar.gz
pypy-276e42cda0f1f1cc31022e2f737a3797ff43694b.tar.bz2
pypy-276e42cda0f1f1cc31022e2f737a3797ff43694b.zip
typo
Diffstat (limited to 'get_externals.py')
-rw-r--r--get_externals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_externals.py b/get_externals.py
index 70d1304170..b09720cf30 100644
--- a/get_externals.py
+++ b/get_externals.py
@@ -47,7 +47,7 @@ def parse_args():
p.add_argument('-e', '--externals', default=host.externals,
help='directory in which to store dependencies',
)
- p.add_argument('-b', '--branch', default=host.external_branch,
+ p.add_argument('-b', '--branch', default=host.externals_branch,
help='branch to check out',
)
return p.parse_args()