We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8292a commit bff0472Copy full SHA for bff0472
1 file changed
content/docs/command-reference/dag.md
@@ -76,8 +76,8 @@ $ dvc exp show ...
76
[DOT](<https://en.wikipedia.org/wiki/DOT_(graph_description_language)>)
77
format. It can be passed to third party visualization utilities.
78
79
-- `--collapse-foreach-matrix` - Collapse foreach/matrix stages to single stage.
80
- This simplifies the output but keeps all edges.
+- `--collapse-foreach-matrix` - Collapse stages from each foreach/matrix
+ definition into a single node. This simplifies the output but keeps all edges.
81
82
- `-h`, `--help` - prints the usage/help message, and exit.
83
0 commit comments