Skip to content

Commit 66bd8b5

Browse files
committed
Make the --solve_constraints flag description a bit clearer
1 parent a912cef commit 66bd8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gradualizer_cli.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ print_usage() ->
100100
io:format(" --no_fancy - Don't use fancy error messages.~n"),
101101
io:format(" --union_size_limit - Performance hack: Unions larger than this value~n"),
102102
io:format(" are replaced by any() in normalization (default: 30)~n"),
103-
io:format(" --solve_constraints - Use the experimental constraint solver (off by default)~n").
103+
io:format(" --solve_constraints - Type check polymorphic calls (off by default)~n").
104104

105105
-spec parse_opts([string()], gradualizer:options()) -> {[string()], gradualizer:options()}.
106106
parse_opts([], Opts) ->

0 commit comments

Comments
 (0)