diff --git a/static/docs/command-reference/get.md b/static/docs/command-reference/get.md index fbe5aea3ab..e9f1c7528c 100644 --- a/static/docs/command-reference/get.md +++ b/static/docs/command-reference/get.md @@ -33,7 +33,9 @@ single-purpose command that can be used out of the box after installing DVC. The `url` argument specifies the address of the Git repository containing the external project. Both HTTP and SSH protocols are supported for online repositories (e.g. `[user@]server:project.git`). `url` can also be a -local file system path to an "offline" repository. +local file system path to an "offline" repository (in this case instead of +downloading, DVC may copy the target data from the external source project or +it's cache). The `path` argument of this command is used to specify the location, within the source repository at `url`, of the target(s) to be downloaded. It can point to diff --git a/static/docs/command-reference/import.md b/static/docs/command-reference/import.md index c7260ccc40..dd7980efef 100644 --- a/static/docs/command-reference/import.md +++ b/static/docs/command-reference/import.md @@ -30,7 +30,9 @@ the data source changes. (See `dvc update`.) The `url` argument specifies the address of the Git repository containing the source project. Both HTTP and SSH protocols are supported for online repositories (e.g. `[user@]server:project.git`). `url` can also be a -local file system path to an "offline" repository. +local file system path to an "offline" repository (in this case instead of +downloading, DVC may copy the target data from the external source project or +it's cache). The `path` argument of this command is used to specify the location of the data to be downloaded within the source project. It should point to a data file or