cmd line docs
authorStefan Behnel <scoder@users.berlios.de>
Sat, 9 Aug 2008 11:26:46 +0000 (13:26 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 9 Aug 2008 11:26:46 +0000 (13:26 +0200)
Cython/Compiler/CmdLine.py

index d8b10fa97c22d6d268fa28708871fef0609d42d8..c149f3552e783d2917f4289b497bc37623179cc6 100644 (file)
@@ -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.
 """