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
39
39
do_clean ( apps , build , deps )
40
40
true ->
41
41
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 " <>
44
44
"the --unused option cleans unused dependencies."
45
45
end
46
46
Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ defmodule Mix.Tasks.DepsTest do
552
552
File . mkdir_p! ( "_build/test/lib/git_repo" )
553
553
554
554
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 " <>
557
557
"the --unused option cleans unused dependencies."
558
558
559
559
assert_raise Mix.Error , message , fn ->
You can’t perform that action at this time.
0 commit comments