diff --git a/content/docs/command-reference/run.md b/content/docs/command-reference/run.md index 7d3542efe76..da4538e853f 100644 --- a/content/docs/command-reference/run.md +++ b/content/docs/command-reference/run.md @@ -215,8 +215,7 @@ $ dvc run -n my_stage './my_script.sh $MYENVVAR' This is useful if, for example, you need to build a pipeline quickly first, and run it all at once later. -- `-f`, `--force` - overwrite an existing `dvc.yaml` file (or the file name - determined by the logic described in the `--file` option) without asking for +- `-f`, `--force` - overwrite an existing `dvc.yaml` file without asking for confirmation. - `--no-run-cache` - forcefully execute the `command` again, even if the same