Skip to content

Commit 8e49286

Browse files
committed
Fix type on --format option in mix xref
1 parent e8df031 commit 8e49286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/xref.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule Mix.Tasks.Xref do
4848
recompile. Therefore, your first priority to reduce compile times is
4949
to remove such cycles. You can spot them by running:
5050
51-
$ mix xref graph --format stats --label compile-connected
51+
$ mix xref graph --format cycles --label compile-connected
5252
5353
Whenever you find a compile-time dependency, such as `lib/a.ex` pointing
5454
to `lib/b.ex`, there are two ways to remove them:

0 commit comments

Comments
 (0)