Skip to content

Commit 2e8cb67

Browse files
author
José Valim
committed
Remove weird chars from bat, closes #1539
1 parent 37a1a23 commit 2e8cb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/elixir.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo.
1212
echo -v Prints version and exit
1313
echo -e command Evaluates the given command (*)
1414
echo -r file Requires the given files/patterns (*)
15-
echo -S script   Finds and executes the given script (*)
15+
echo -S script Finds and executes the given script (*)
1616
echo -pr file Requires the given files/patterns in parallel (*)
1717
echo -pa path Prepends the given path to Erlang code path (*)
1818
echo -pz path Appends the given path to Erlang code path (*)

0 commit comments

Comments
 (0)