Skip to content

Commit b615c84

Browse files
benmurdenjosevalim
authored andcommitted
Improved help on deprecation warning (#14239)
1 parent 120467f commit b615c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/cmd.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defmodule Mix.Tasks.Cmd do
6363
|> Enum.map(&String.to_atom/1)
6464

6565
if apps != [] do
66-
IO.warn("the --app in mix cmd is deprecated")
66+
IO.warn("the --app in mix cmd is deprecated. Use mix do --app instead.")
6767
end
6868

6969
if apps == [] or Mix.Project.config()[:app] in apps do

0 commit comments

Comments
 (0)