[pypy-commit] pypy default: fix this line

arigo noreply at buildbot.pypy.org
Tue Jan 20 20:06:36 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r75452:c7e2a1195d13
Date: 2015-01-20 20:06 +0100
http://bitbucket.org/pypy/pypy/changeset/c7e2a1195d13/

Log:	fix this line

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -346,7 +346,7 @@
         help='use as pypy exe instead of pypy/goal/pypy-c')
     # Positional arguments, for backward compatability with buldbots
     parser.add_argument('extra_args', help='optional interface to positional arguments', nargs=argparse.REMAINDER,
-        metavar='[root-pypy-dir] [name-of-archive] [name-of-pypy-c] [destination-for-tarball] [pypy-c-path]',
+        metavar='[archive-name] [rename_pypy_c] [targetdir] [override_pypy_c]',
         )
     options = parser.parse_args(args)
 


More information about the pypy-commit mailing list