diff --git a/content/docs/command-reference/version.md b/content/docs/command-reference/version.md index a01e63bfc8..d9efa1dacc 100644 --- a/content/docs/command-reference/version.md +++ b/content/docs/command-reference/version.md @@ -12,15 +12,15 @@ usage: dvc version [-h] [-q | -v] `dvc version` outputs the following information about the system/environment: -| Line | Detail | -| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [`DVC version`](#components-of-dvc-version) | Version of DVC (along with a Git commit hash in case of a development version) and name of the package manager (`pip`, `conda`, etc.) or binary used to install DVC | -| `Platform` | Version of Python in the environment where DVC is initialized, and information about the operating system | -| `Supports` | Shows remote types that have all needed dependencies installed | -| `Cache types` | [Type of links](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache) supported (between workspace and cache | -| `Cache directory` | Shows the filesystem type (eg. ext4, FAT, etc.) and mount point of the cache directory | -| `Workspace directory` | Shows the filesystem type and mount point of the workspace directory | -| `Repo` | Shows whether we are in a DVC repo and/or Git repo | +| Line | Detail | +| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [`DVC version`](#components-of-dvc-version) | Version of DVC (along with a Git commit hash in case of a development version) and name of the package manager (`pip`, `conda`, etc.) or binary used to install DVC | +| `Platform` | Version of Python in the environment where DVC is initialized, and information about the operating system | +| `Supports` | Shows remote types that have all needed dependencies installed | +| `Cache types` | [Type of links](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache) supported (between workspace and cache | +| `Cache directory` | Shows the filesystem type (eg. ext4, FAT, etc.) and mount point of the cache directory | +| `Workspace directory` | Shows the filesystem type and mount point of the workspace directory | +| `Repo` | Shows whether we are in a DVC repo and/or Git repo | > If `dvc version` is executed outside a DVC project, neither `Cache` nor > `Workspace` info is printed.