From d641dc841a7b30c7bc3a204bd0c27fc6904e1aa1 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Fri, 24 Jan 2020 15:50:01 -0600 Subject: [PATCH] cmd ref: update desc and args of get and import per iterative/dvc/pull/3214 and https://github.com/iterative/dvc.org/pull/931#pullrequestreview-345035823 --- public/static/docs/command-reference/get.md | 4 ++-- public/static/docs/command-reference/import.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/static/docs/command-reference/get.md b/public/static/docs/command-reference/get.md index a17b0b695d..188ecdfadc 100644 --- a/public/static/docs/command-reference/get.md +++ b/public/static/docs/command-reference/get.md @@ -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 diff --git a/public/static/docs/command-reference/import.md b/public/static/docs/command-reference/import.md index 29d49353b8..b149e9c5a8 100644 --- a/public/static/docs/command-reference/import.md +++ b/public/static/docs/command-reference/import.md @@ -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