From 2ad1255cf8fd83e07ec14bf5fd5590a6c71f8366 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 13 Jan 2020 19:09:50 -0600 Subject: [PATCH] cmd ref: remove work to make import desc more consistent with get --- public/static/docs/command-reference/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/docs/command-reference/import.md b/public/static/docs/command-reference/import.md index ba6b3d57d57..4b0f67da3b3 100644 --- a/public/static/docs/command-reference/import.md +++ b/public/static/docs/command-reference/import.md @@ -21,7 +21,7 @@ positional arguments: ## Description -DVC provides an easy way to reuse datasets, intermediate results, ML models, or +Provides an easy way to reuse datasets, intermediate results, ML models, or other files and directories tracked in another DVC repository into the workspace. The `dvc import` command downloads such a data artifact in a way that it is tracked with DVC, so it can be updated when