From 2a02361ed431710c2bde37afa3cf90de17c1f335 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 24 Jul 2023 19:50:50 +0300 Subject: [PATCH] docs: fetch: fix formatting (#4721) Leftover from https://github.com/iterative/dvc.org/pull/4716 --- content/docs/command-reference/fetch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/command-reference/fetch.md b/content/docs/command-reference/fetch.md index 59e148de80..8b7bedcfdb 100644 --- a/content/docs/command-reference/fetch.md +++ b/content/docs/command-reference/fetch.md @@ -113,8 +113,8 @@ The `dvc remote` used is determined in order, based on even if some files or subdirectories are smaller inside a DVC-tracked directory, the whole directory is still skipped. --- `--type ` - fetch data files/directories that are of a particular type. -Currently only `metrics` and `plots` are supported. +- `--type ` - fetch data files/directories that are of a particular type. + Currently only `metrics` and `plots` are supported. - `-h`, `--help` - prints the usage/help message, and exit.