We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d120aff commit 7ffdc2bCopy full SHA for 7ffdc2b
lib/mix/lib/mix/tasks/release.ex
@@ -1021,7 +1021,7 @@ defmodule Mix.Tasks.Release do
1021
* `--no-deps-check` - does not check dependencies
1022
* `--no-elixir-version-check` - does not check Elixir version
1023
* `--no-compile` - does not compile before assembling the release
1024
- * `--overwrite` - if there is an existing release version, overwrite it
+ * `--overwrite` - overwrite existing files instead of prompting the user for action
1025
* `--path` - the path of the release
1026
* `--quiet` - does not write progress to the standard output
1027
* `--version` - the version of the release
0 commit comments