Author: Armin Rigo <ar...@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) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit