Skip to content

Commit ba842ba

Browse files
committed
No commas in deps.unlock
1 parent fc6f7c5 commit ba842ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/deps.unlock.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Mix.Tasks.Deps.Unlock do
99
Since this is a destructive action, unlocking of dependencies
1010
can only happen by passing arguments/options:
1111
12-
* `dep1, dep2` - the name of dependency to be unlocked
12+
* `dep1 dep2` - the name of dependency to be unlocked
1313
* `--all` - unlcks all dependencies
1414
* `--unused` - unlocks only unused dependencies (no longer mentioned
1515
in the `mix.exs` file)

0 commit comments

Comments
 (0)