Skip to content

Commit

Permalink
dag: copy edit
Browse files Browse the repository at this point in the history
rel #2063
  • Loading branch information
jorgeorpinel committed Jan 6, 2021
1 parent 347765a commit 55827f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/command-reference/dag.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ $ dvc dag
+----------+
```

Otherwise, it's also possible to visualize the outputs produced by the stages:
The pipeline can also be seen from the point of view of how stage
outputs/dependencies are connected (using the `--outs` option). Notice that the
resulting graph may be different:

```dvc
$ dvc dag --outs
Expand Down

0 comments on commit 55827f5

Please sign in to comment.