From: William Stein Date: Sat, 25 Nov 2006 09:26:53 +0000 (-0800) Subject: Modified usage banner. X-Git-Tag: 0.9.6.14~29^2~207 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f1dbe26bf77c7aa7142210e4af4cf6ef3aa7b00;p=cython.git Modified usage banner. --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index e21a04d4..51b148f3 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -6,7 +6,10 @@ import sys import Options usage = """\ -Usage: pyrexc [options] sourcefile... +SageX is a minor variant of Pyrex for compiling code for SAGE. + +Usage: sagexc [options] sourcefile... + Options: -v, --version Display version number of pyrex compiler -l, --create-listing Write error messages to a listing file