From eae1ada81dd15528b26f3d802a31f04cdd4a22f6 Mon Sep 17 00:00:00 2001 From: "B. Clausius" Date: Wed, 12 Sep 2012 14:36:05 +0200 Subject: [PATCH] usage does not match the options --- Cython/Compiler/CmdLine.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 06d295f..65fba1d 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -20,7 +20,6 @@ Options: -o, --output-file Specify name of generated C file -t, --timestamps Only compile newer source files -f, --force Compile all source files (overrides implied -t) - -q, --quiet Don't print module names in recursive mode -v, --verbose Be verbose, print file names on multiple compilation -p, --embed-positions If specified, the positions in Cython files of each function definition is embedded in its docstring. @@ -38,7 +37,7 @@ Options: -2 Compile based on Python-2 syntax and code semantics. -3 Compile based on Python-3 syntax and code semantics. --fast-fail Abort the compilation on the first error - --warning-error, -Werror Make all warnings into errors + --warning-errors, -Werror Make all warnings into errors --warning-extra, -Wextra Enable extra warnings -X, --directive =[,