projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b39ed
)
cmd line docs
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 9 Aug 2008 11:26:46 +0000
(13:26 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 9 Aug 2008 11:26:46 +0000
(13:26 +0200)
Cython/Compiler/CmdLine.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/CmdLine.py
b/Cython/Compiler/CmdLine.py
index d8b10fa97c22d6d268fa28708871fef0609d42d8..c149f3552e783d2917f4289b497bc37623179cc6 100644
(file)
--- 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 a
n 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.
"""