From c02e81e2ac0a46e745efb4c491b436431a2df579 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 5 Aug 2020 17:36:18 -0500 Subject: [PATCH] cmd: improve note about tracking dirs as outputs in run per https://github.com/iterative/dvc.org/pull/1662#pullrequestreview-462062954 --- content/docs/command-reference/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/command-reference/run.md b/content/docs/command-reference/run.md index de9e3751d6..7746a9cfdf 100644 --- a/content/docs/command-reference/run.md +++ b/content/docs/command-reference/run.md @@ -92,8 +92,8 @@ Relevant notes: - DVC does not feed dependency files to the command being run. The program will have to read by itself the files specified with `-d`. -- Entire directories can be tracked as outputs, which produces a single `.dir` - entry in the cache (refer to +- Entire directories produced by the stage can be tracked as outputs by DVC, + which generates a single `.dir` entry in the cache (refer to [Structure of cache directory](/doc/user-guide/dvc-files-and-directories#structure-of-the-cache-directory) for more info.)