From 321d5e4a0d7f32eb83c9d55ff8b332aaf53f938e Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 9 May 2020 01:22:08 +0000 Subject: [PATCH] Restyled by prettier --- content/docs/command-reference/update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/update.md b/content/docs/command-reference/update.md index 7369c74994..d19bc7e657 100644 --- a/content/docs/command-reference/update.md +++ b/content/docs/command-reference/update.md @@ -45,9 +45,9 @@ dvc update --rev master > Note that this changes the `rev` field in the import stage, fixing it to the > revision. -- `-R`, `--recursive` - determines the files to update by searching - each target directory and its subdirectories for DVC-files to inspect. If - there are no directories among the targets, this option is ignored. +- `-R`, `--recursive` - determines the files to update by searching each target + directory and its subdirectories for DVC-files to inspect. If there are no + directories among the targets, this option is ignored. - `-h`, `--help` - prints the usage/help message, and exit.