Skip to content

Commit 965ee9b

Browse files
authored
Improved help on deprecation warning (#14239)
1 parent 9c07243 commit 965ee9b

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
@@ -67,7 +67,7 @@ defmodule Mix.Tasks.Cmd do
6767
|> Enum.map(&String.to_atom/1)
6868

6969
if apps != [] do
70-
IO.warn("the --app in mix cmd is deprecated")
70+
IO.warn("the --app in mix cmd is deprecated. Use mix do --app instead.")
7171
end
7272

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

0 commit comments

Comments
 (0)