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