Skip to content

Commit

Permalink
cmd ref: clarify around term "download" in get and import
Browse files Browse the repository at this point in the history
Fix #825
  • Loading branch information
jorgeorpinel committed Dec 10, 2019
1 parent a9a9bda commit 735cae1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion static/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <abbr>project</abbr>. 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
Expand Down
4 changes: 3 additions & 1 deletion static/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ the data source changes. (See `dvc update`.)
The `url` argument specifies the address of the Git repository containing the
source <abbr>project</abbr>. 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
Expand Down

0 comments on commit 735cae1

Please sign in to comment.