File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ defmodule Mix.Tasks.Deps.Clean do
3939 do_clean ( apps , build , deps )
4040 true ->
4141 Mix . raise "mix deps.clean expects dependencies as arguments or " <>
42- "a flag indicating which dependencies to clean " <>
43- "The --all option will clean all dependencies while"
42+ "a flag indicating which dependencies to clean. " <>
43+ "The --all option will clean all dependencies while " <>
4444 "the --unused option cleans unused dependencies."
4545 end
4646
Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ defmodule Mix.Tasks.DepsTest do
552552 File . mkdir_p! ( "_build/test/lib/git_repo" )
553553
554554 message = "mix deps.clean expects dependencies as arguments or " <>
555- "a flag indicating which dependencies to clean " <>
556- "The --all option will clean all dependencies while"
555+ "a flag indicating which dependencies to clean. " <>
556+ "The --all option will clean all dependencies while " <>
557557 "the --unused option cleans unused dependencies."
558558
559559 assert_raise Mix.Error , message , fn ->
You can’t perform that action at this time.
0 commit comments