Skip to content

Commit 7ffdc2b

Browse files
committedFeb 26, 2024
Clarify the meaning of --overwrite, closes #13371
1 parent d120aff commit 7ffdc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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)