Skip to content

Commit 325877a

Browse files
committed
Clarify the meaning of --overwrite, closes #13371
1 parent 097c4cf commit 325877a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/mix/lib/mix/tasks/release.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ defmodule Mix.Tasks.Release do
10211021
* `--no-deps-check` - does not check dependencies
10221022
* `--no-elixir-version-check` - does not check Elixir version
10231023
* `--no-compile` - does not compile before assembling the release
1024-
* `--overwrite` - if there is an existing release version, overwrite it
1024+
* `--overwrite` - overwrite existing files instead of prompting the user for action
10251025
* `--path` - the path of the release
10261026
* `--quiet` - does not write progress to the standard output
10271027
* `--version` - the version of the release

0 commit comments

Comments
 (0)