Small typo in erlc help text: erlc -?

Trap Exit trapexit.erlang-bugs@REDACTED
Tue Jul 11 18:15:06 CEST 2006


Just a small note on the help text for erlc in R11B-0:

Where I think:
    -pa path       add path to then of Erlang's code path
Should be:
    -pz path       add path to the end of Erlang's code path

Did not find any hits on google so I posted tho this mailinglist.


User@REDACTED:~>erlc -?
Usage:  erlc [options] file.ext ...
Options:
-b type        type of output file (e.g. jam or beam)
-d             turn on debugging of erlc itself
-Dname         define name
-Dname=value   define name to have value
-help          shows this help text
-I path        where to search for include files
-o name        name output directory or file
-pa path       add path to the front of Erlang's code path
-pa path       add path to then of Erlang's code path
-v             verbose compiler output
-W0            disable warnings
-Wnumber       set warning level to number
-Wall          enable all warnings
-W             enable warnings (default; same as -W1)
-E             generate listing of expanded code (Erlang compiler)
-S             generate assembly listing (Erlang compiler)
-P             generate listing of preprocessed code (Erlang compiler)
+term          pass the Erlang term unchanged to the compiler



Regards,
Andreas Hillqvist
_________________________________________________________
Post sent from www.trapexit.org

Read this topic online here: http://forum.trapexit.org/viewtopic.php?p=19355#19355



More information about the erlang-bugs mailing list