[pypy-svn] r44730 - pypy/dist/pypy/translator/cli

antocuni at codespeak.net antocuni at codespeak.net
Wed Jul 4 19:38:45 CEST 2007


Author: antocuni
Date: Wed Jul  4 19:38:45 2007
New Revision: 44730

Modified:
   pypy/dist/pypy/translator/cli/carbonpython.py
Log:
sorry, forgot to update the synopsis



Modified: pypy/dist/pypy/translator/cli/carbonpython.py
==============================================================================
--- pypy/dist/pypy/translator/cli/carbonpython.py	(original)
+++ pypy/dist/pypy/translator/cli/carbonpython.py	Wed Jul  4 19:38:45 2007
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 """
-Usage:  carbonpython.py <module-name>.py
+Usage:  carbonpython.py <module-name> [dll-name]
 
 Compiles an RPython module into a .NET dll.
 """



More information about the Pypy-commit mailing list