From 6f1dbe26bf77c7aa7142210e4af4cf6ef3aa7b00 Mon Sep 17 00:00:00 2001 From: William Stein Date: Sat, 25 Nov 2006 01:26:53 -0800 Subject: [PATCH] Modified usage banner. --- Cython/Compiler/CmdLine.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.26.2