From: Stefan Behnel Date: Sat, 9 Aug 2008 11:26:46 +0000 (+0200) Subject: cmd line docs X-Git-Tag: 0.9.8.1~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5049f05aeb48dee795ab7137e2d135a0d663af5;p=cython.git cmd line docs --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index d8b10fa9..c149f355 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -35,7 +35,7 @@ Options: are searched from) -D, --no-docstrings Remove docstrings. - -a, --annotate Produce an colorized version of the source. + -a, --annotate Produce a colorized HTML version of the source. --convert-range Convert for loops using range() function to for...from loops. --cplus Output a c++ rather than c file. """