We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6f7c5 commit ba842baCopy full SHA for ba842ba
lib/mix/lib/mix/tasks/deps.unlock.ex
@@ -9,7 +9,7 @@ defmodule Mix.Tasks.Deps.Unlock do
9
Since this is a destructive action, unlocking of dependencies
10
can only happen by passing arguments/options:
11
12
- * `dep1, dep2` - the name of dependency to be unlocked
+ * `dep1 dep2` - the name of dependency to be unlocked
13
* `--all` - unlcks all dependencies
14
* `--unused` - unlocks only unused dependencies (no longer mentioned
15
in the `mix.exs` file)
0 commit comments