[pypy-commit] jitviewer argparse-collect: Revise the README now that argparse interface is implemented.

vext01 noreply at buildbot.pypy.org
Sat Sep 14 19:40:20 CEST 2013


Author: Edd Barrett <vext01 at gmail.com>
Branch: argparse-collect
Changeset: r249:6b6a853e104f
Date: 2013-09-12 20:56 +0100
http://bitbucket.org/pypy/jitviewer/changeset/6b6a853e104f/

Log:	Revise the README now that argparse interface is implemented.

diff --git a/README b/README
--- a/README
+++ b/README
@@ -23,10 +23,6 @@
 source code is (roughly) the same version as the binary pypy that produced
 the log file.
 
-Finally, run it:
+For usage information, invoke jitviewer.py with --help.
 
-    jitviewer.py log.pypylog
-
-where log.pypylog is a logfile generated by
-PYPYLOG=jit-log-opt,jit-backend:log.pypylog pypy <args>.
-An example log file comes with a checkout.
+An example log file is shipped with the jitviewer source code.


More information about the pypy-commit mailing list