Skip to content

Commit eb46fe3

Browse files
author
José Valim
committed
-S cannot be given more than once
1 parent aa1b678 commit eb46fe3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/elixir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ $# -eq 0 ] || [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
55
-v Prints version and exit
66
-e \"command\" Evaluates the given command (*)
77
-r \"file\" Requires the given files/patterns (*)
8-
-S \"script\"   Finds and executes the given script (*)
8+
-S \"script\"   Finds and executes the given script
99
-pr \"file\" Requires the given files/patterns in parallel (*)
1010
-pa \"path\" Prepends the given path to Erlang code path (*)
1111
-pz \"path\" Appends the given path to Erlang code path (*)

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 (*)

bin/iex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ $# -gt 0 ] && ([ "$1" = "--help" ] || [ "$1" = "-h" ]); then
55
-v Prints version
66
-e \"command\" Evaluates the given command (*)
77
-r \"file\" Requires the given files/patterns (*)
8-
-S \"script\"   Finds and executes the given script (*)
8+
-S \"script\"   Finds and executes the given script
99
-pr \"file\" Requires the given files/patterns in parallel (*)
1010
-pa \"path\" Prepends the given path to Erlang code path (*)
1111
-pz \"path\" Appends the given path to Erlang code path (*)

0 commit comments

Comments
 (0)