Skip to content

Commit

Permalink
updated to refer to stage add instead of run (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin authored Jan 11, 2022
1 parent c15ffd7 commit 812c2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ the corresponding `.gitignore` entries (based on the `outs` fields removed).
> `dvc remove` doesn't remove files from the DVC <abbr>cache</abbr> or
> [remote storage](/doc/command-reference/remote). Use `dvc gc` for that.
It takes one or more stage names (see `-n` option of `dvc run`) or `.dvc` file
names as `targets`.
It takes one or more stage names (see `-n` option of `dvc stage add`) or `.dvc`
file names as `targets`.

If there are no stages left in `dvc.yaml` after the removal, then both
`dvc.yaml` and `dvc.lock` are deleted. `.gitignore` is also deleted if there are
Expand Down

0 comments on commit 812c2c3

Please sign in to comment.