[pypy-svn] r13507 - pypy/dist/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Fri Jun 17 02:01:07 CEST 2005


Author: tismer
Date: Fri Jun 17 02:01:06 2005
New Revision: 13507

Modified:
   pypy/dist/pypy/translator/goal/translate_pypy.py
Log:
added help text about load/save

Modified: pypy/dist/pypy/translator/goal/translate_pypy.py
==============================================================================
--- pypy/dist/pypy/translator/goal/translate_pypy.py	(original)
+++ pypy/dist/pypy/translator/goal/translate_pypy.py	Fri Jun 17 02:01:06 2005
@@ -25,6 +25,10 @@
    -no-d      Disable recording of debugging information
    -huge=%    Threshold in the number of functions after which only a local call
               graph and not a full one is displayed
+   -save filename   saves the translator to a file. The file type can either
+              be .py or .zip (recommended).
+   -load filename   restores the translator from a file. The file type must
+              be either .py or.zip .
 """
 import autopath, sys, os
 



More information about the Pypy-commit mailing list