Skip to content

Commit

Permalink
Improved help on deprecation warning (#14239)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmurden authored and josevalim committed Jan 29, 2025
1 parent 120467f commit b615c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/tasks/cmd.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule Mix.Tasks.Cmd do
|> Enum.map(&String.to_atom/1)

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

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

0 comments on commit b615c84

Please sign in to comment.