Skip to content

Commit 657797a

Browse files
committed
ref: other copy edits to add -o/-to-remote
1 parent b943df5 commit 657797a

File tree

1 file changed

+4
-5
lines changed
  • content/docs/command-reference

1 file changed

+4
-5
lines changed

content/docs/command-reference/add.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ not.
153153

154154
- `--to-remote` - allow a target outside of the DVC repository (e.g. an S3
155155
object, SSH directory URL, file on mounted volume, etc.) but don't move it
156-
into the workspace, nor cache it. [Store a copy](#straight-to-remote) on a
157-
remote instead (the default one unless `-r` is specified). Use `dvc pull` to
158-
get the data locally later.
156+
into the workspace, nor cache it. [Store a copy](#straight-to-remote) on a DVC
157+
remote instead (the default one unless `-r` is specified) to skip the local
158+
file system. Use `dvc pull` to get the data later.
159159

160160
- `-r <name>`, `--remote <name>` - name of the
161161
[remote](/doc/command-reference/remote) to store data on (can only be used
@@ -342,8 +342,7 @@ Only the hash values of the `dir/` directory (with `.dir` file extension) and
342342
## Example: Large external data {#straight-to-cache}
343343

344344
Sometimes you may want to add a large dataset currently found in an external
345-
location, so it becomes local to the project. But what if there's not enough
346-
disk space to download the data?
345+
location. But what if there's not enough disk space to download the data?
347346

348347
The `--out` option lets you add external data in a way that it's
349348
<abbr>cached</abbr> first, and then

0 commit comments

Comments
 (0)