File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ $# -eq 0 ] || [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
11
11
12
12
** Options given after -- are passed down to the executed code
13
13
** Options can be passed to the erlang runtime using ELIXIR_ERL_OPTIONS
14
- ** Options can be passed to the erlang compiler using ERL_COMPILER_OPTS " >&2
14
+ ** Options can be passed to the erlang compiler using ERL_COMPILER_OPTIONS " >&2
15
15
exit 1
16
16
fi
17
17
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ echo --verbose Print informational messages.
21
21
echo .
22
22
echo ** Options given after -- are passed down to the executed code
23
23
echo ** Options can be passed to the erlang runtime using ELIXIR_ERL_OPTIONS
24
- echo ** Options can be passed to the erlang compiler using ERL_COMPILER_OPTS >& 2
24
+ echo ** Options can be passed to the erlang compiler using ERL_COMPILER_OPTIONS >& 2
25
25
:run
26
26
call " %~dp0 \elixir.bat" +elixirc %*
You can’t perform that action at this time.
0 commit comments