Skip to content

Commit 2de4680

Browse files
author
José Valim
committed
Promote stats format first
Signed-off-by: José Valim <[email protected]>
1 parent 1cffb06 commit 2de4680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defmodule Mix.Tasks.Xref do
6363
Prints a file dependency graph where an edge from `A` to `B` indicates
6464
that `A` depends on `B`.
6565
66-
mix xref graph --format dot
66+
mix xref graph --format stats
6767
6868
The following options are accepted:
6969

0 commit comments

Comments
 (0)