[pypy-commit] pypy default: Fix docs (thanks 'and2' on irc)

arigo pypy.commits at gmail.com
Tue Mar 28 11:42:59 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r90845:0e2af4d11b0c
Date: 2017-03-28 17:42 +0200
http://bitbucket.org/pypy/pypy/changeset/0e2af4d11b0c/

Log:	Fix docs (thanks 'and2' on irc)

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -185,7 +185,7 @@
 ::
 
     cd pypy/tool/release
-    ./package.py pypy-VER-PLATFORM
+    ./package.py --archive-name=pypy-VER-PLATFORM
 
 This creates a clean and prepared hierarchy, as well as a ``.tar.bz2``
 with the same content; both are found by default in


More information about the pypy-commit mailing list