From fbaa429332e78b88e0a2b1ed0b1a2f9c04c61425 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 22 Jun 2020 23:13:13 -0500 Subject: [PATCH] cmd ref: complete --run-cache option addition per https://github.com/iterative/dvc.org/pull/1481#pullrequestreview-435423999 --- content/docs/command-reference/fetch.md | 6 ++---- content/docs/command-reference/pull.md | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/content/docs/command-reference/fetch.md b/content/docs/command-reference/fetch.md index ff51fdc807..ac5ea9b2b5 100644 --- a/content/docs/command-reference/fetch.md +++ b/content/docs/command-reference/fetch.md @@ -6,10 +6,8 @@ Get tracked files or directories from ## Synopsis ```usage -usage: dvc fetch [-h] [-q | -v] [-j ] - [-r ] [-a] [-T] - [--all-commits] [-d] [-R] - [--run-cache] +usage: dvc fetch [-h] [-q | -v] [-j ] [-r ] [-a] [-T] + [--all-commits] [-d] [-R] [--run-cache] [targets [targets ...]] positional arguments: diff --git a/content/docs/command-reference/pull.md b/content/docs/command-reference/pull.md index f43a24d976..17a6d66f20 100644 --- a/content/docs/command-reference/pull.md +++ b/content/docs/command-reference/pull.md @@ -9,8 +9,8 @@ Download tracked files or directories from ## Synopsis ```usage -usage: dvc pull [-h] [-q | -v] [-j ] - [-r ] [-a] [-T] [-d] [-f] [-R] [--all-commits] +usage: dvc pull [-h] [-q | -v] [-j ] [-r ] [-a] [-T] + [-d] [-f] [-R] [--all-commits] [--run-cache] [targets [targets ...]] positional arguments: