[pypy-svn] r13259 - pypy/dist/pypy/bin

ericvrp at codespeak.net ericvrp at codespeak.net
Fri Jun 10 09:37:47 CEST 2005


Author: ericvrp
Date: Fri Jun 10 09:37:46 2005
New Revision: 13259

Modified:
   pypy/dist/pypy/bin/translator.py
Log:
Fixed: printed wrong docstring with -h option


Modified: pypy/dist/pypy/bin/translator.py
==============================================================================
--- pypy/dist/pypy/bin/translator.py	(original)
+++ pypy/dist/pypy/bin/translator.py	Fri Jun 10 09:37:46 2005
@@ -98,7 +98,7 @@
                     self.test_compiled = True
             
                 else:
-                    print __doc__
+                    print extra_help
                     sys.exit(0)
                 
             else:



More information about the Pypy-commit mailing list