File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 (*)
Original file line number Diff line number Diff line change 1212echo -v Prints version and exit
1313echo -e command Evaluates the given command (*)
1414echo -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
1616echo -pr file Requires the given files/patterns in parallel (*)
1717echo -pa path Prepends the given path to Erlang code path (*)
1818echo -pz path Appends the given path to Erlang code path (*)
Original file line number Diff line number Diff 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 (*)
You can’t perform that action at this time.
0 commit comments