[pypy-commit] pypy default: pypy manpage: Format for multiple --jit arguments

stefanor noreply at buildbot.pypy.org
Tue Jan 10 15:00:56 CET 2012


Author: Stefano Rivera <stefano at rivera.za.net>
Branch: 
Changeset: r51205:2f90612495e2
Date: 2012-01-10 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/2f90612495e2/

Log:	pypy manpage: Format for multiple --jit arguments

diff --git a/pypy/doc/man/pypy.1.rst b/pypy/doc/man/pypy.1.rst
--- a/pypy/doc/man/pypy.1.rst
+++ b/pypy/doc/man/pypy.1.rst
@@ -46,7 +46,8 @@
     Print translation information about this PyPy executable.
 
 --jit *arg*
-    Low level JIT parameters. Format is *arg*\ ``=``\ *value*.
+    Low level JIT parameters. Format is
+    *arg*\ ``=``\ *value*\ [``,``\ *arg*\ ``=``\ *value*\ ...]
 
     ``off``
         Disable the JIT.


More information about the pypy-commit mailing list