Skip to content

Commit

Permalink
Merge pull request #1271 from iterative/efiop-patch-2
Browse files Browse the repository at this point in the history
docs: update: add -R|--recursive
  • Loading branch information
jorgeorpinel authored May 9, 2020
2 parents 3431b82 + dbedfaf commit b716311
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/docs/command-reference/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ projects</abbr>, and corresponding [DVC-files](/doc/user-guide/dvc-file-format).
## Synopsis

```usage
usage: dvc update [-h] [-q | -v] [--rev <commit>] targets [targets ...]
usage: dvc update [-h] [-q | -v] [--rev <commit>] [-R]
targets [targets ...]
positional arguments:
targets DVC-files to update.
Expand Down Expand Up @@ -44,6 +45,10 @@ 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.

- `-h`, `--help` - prints the usage/help message, and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no
Expand Down

0 comments on commit b716311

Please sign in to comment.