Author: Stefano Rivera <[email protected]>
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.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to