Skip to content

Commit 80e6942

Browse files
author
José Valim
committed
Clarify the use of --deps option
1 parent 25485ac commit 80e6942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/lib/mix/tasks/clean.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ defmodule Mix.Tasks.Clean do
88
Deletes generated application files.
99
1010
This command deletes all build artifacts for the current project.
11-
Dependencies' build files are cleaned if the `--deps` option is given.
11+
Dependencies' sources and build files are cleaned only if the
12+
`--deps` option is given.
1213
1314
By default this task works across all environments, unless `--only`
1415
is given.

0 commit comments

Comments
 (0)