From 98295d6fcaa00f7cd1a37fb10fba0dc3079a7085 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 24 Jul 2023 17:47:20 +0000 Subject: [PATCH] Restyled by prettier --- content/docs/command-reference/get.md | 4 ++-- content/docs/command-reference/import.md | 4 ++-- content/docs/command-reference/list.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/command-reference/get.md b/content/docs/command-reference/get.md index e177115f6b..5a4dc147f3 100644 --- a/content/docs/command-reference/get.md +++ b/content/docs/command-reference/get.md @@ -84,8 +84,8 @@ name. storage location (URL) of the target data. If `path` is a Git-tracked file, this option is ignored. -- `--config ` - path to a [config file](/doc/command-reference/config) that - will be merged with the config in the target repository. +- `--config ` - path to a [config file](/doc/command-reference/config) + that will be merged with the config in the target repository. - `-h`, `--help` - prints the usage/help message, and exit. diff --git a/content/docs/command-reference/import.md b/content/docs/command-reference/import.md index 2f771ad9ba..27b2ed286d 100644 --- a/content/docs/command-reference/import.md +++ b/content/docs/command-reference/import.md @@ -119,8 +119,8 @@ file. speed up the operation. Note that the default value can be set in the source repo using the `jobs` config option of `dvc remote modify`. -- `--config ` - path to a [config file](/doc/command-reference/config) that - will be merged with the config in the target repository. +- `--config ` - path to a [config file](/doc/command-reference/config) + that will be merged with the config in the target repository. - `-h`, `--help` - prints the usage/help message, and exit. diff --git a/content/docs/command-reference/list.md b/content/docs/command-reference/list.md index 3a12984a9e..773393cc62 100644 --- a/content/docs/command-reference/list.md +++ b/content/docs/command-reference/list.md @@ -72,8 +72,8 @@ accessed with `dvc get`, `dvc import`, or `dvc.api`. - `--json` - prints the command's output in easily parsable JSON format, instead of a human-readable table. -- `--config ` - path to a [config file](/doc/command-reference/config) that - will be merged with the config in the target repository. +- `--config ` - path to a [config file](/doc/command-reference/config) + that will be merged with the config in the target repository. - `-h`, `--help` - prints the usage/help message, and exit.