Add to help that multiple include directories are allowed.
authorWilliam Stein <wstein@gmail.com>
Sun, 22 Oct 2006 03:55:47 +0000 (20:55 -0700)
committerWilliam Stein <wstein@gmail.com>
Sun, 22 Oct 2006 03:55:47 +0000 (20:55 -0700)
Cython/Compiler/CmdLine.py

index a9c83c759a4a2f1f5a8f7b64a0392d0e9b5180ba..2f5b1e45aadf37b7dba5a7a545b4e54bf6f29e72 100644 (file)
@@ -10,6 +10,7 @@ Options:
   -v, --version                  Display version number of pyrex compiler
   -l, --create-listing           Write error messages to a listing file
   -I, --include-dir <directory>  Search for include files in named directory
+                                 (multiply include directories are allowed).
   -o, --output-file <filename>   Specify name of generated C file
 The following experimental options are supported only on MacOSX:
   -C, --compile    Compile generated .c file to .o file