Skip to content

Commit

Permalink
cmd ref: update desc and args of get and import
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 24, 2020
1 parent 7224a28 commit d641dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/static/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ into the current working directory.
usage: dvc get [-h] [-q | -v] [-o [OUT]] [--rev [REV]] url path
positional arguments:
url URL of Git repository with DVC project to download from.
path Path to a file or directory within a DVC repository.
url Location of DVC project or Git repository to download from.
path Path to a file or directory within the project or repository.
```

## Description
Expand Down
4 changes: 2 additions & 2 deletions public/static/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import.
usage: dvc import [-h] [-q | -v] [-o [OUT]] [--rev [REV]] url path
positional arguments:
url URL of Git repository with DVC project to download from.
path Path to data within DVC repository.
url Location of DVC project or Git repository to download from.
path Path to a file or directory within the project or repository.
```

## Description
Expand Down

0 comments on commit d641dc8

Please sign in to comment.