Skip to content

Commit

Permalink
cmd: update target arg desc in several commands
Browse files Browse the repository at this point in the history
adding tracked files/dirs and removing -R
rel iterative/dvc#4191
  • Loading branch information
jorgeorpinel committed Jul 11, 2020
1 parent 489a6c1 commit 169db68
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
5 changes: 2 additions & 3 deletions content/docs/command-reference/checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ usage: dvc checkout [-h] [-q | -v] [--summary] [-d] [-R] [-f]
[--relink] [targets [targets ...]]
positional arguments:
targets Limit command scope to these stages or .dvc files.
Using -R, directories to search for stages or .dvc
files can also be given.
targets Limit command scope to these tracked files/directories,
.dvc files, or stage names.
```

## Description
Expand Down
5 changes: 2 additions & 3 deletions content/docs/command-reference/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ usage: dvc fetch [-h] [-q | -v] [-j <number>] [-r <name>] [-a] [-T]
[targets [targets ...]]
positional arguments:
targets Limit command scope to these stages or .dvc files.
Using -R, directories to search for stages or .dvc
files can also be given.
targets Limit command scope to these tracked files/directories,
.dvc files, or stage names.
```

## Description
Expand Down
3 changes: 1 addition & 2 deletions content/docs/command-reference/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ usage: dvc pull [-h] [-q | -v] [-j <number>] [-r <name>] [-a] [-T]
positional arguments:
targets Limit command scope to these tracked files/directories,
.dvc files, or stage names. Using -R, directories to
search for .dvc files or stages can also be given.
.dvc files, or stage names.
```

## Description
Expand Down
3 changes: 1 addition & 2 deletions content/docs/command-reference/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ usage: dvc push [-h] [-q | -v] [-j <number>] [-r <name>] [-a] [-T]
positional arguments:
targets Limit command scope to these tracked files/directories,
.dvc files, or stage names. Using -R, directories to
search for .dvc files or stages can also be given.
.dvc files, or stage names.
```

## Description
Expand Down
5 changes: 2 additions & 3 deletions content/docs/command-reference/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ usage: dvc status [-h] [-v] [-j <number>] [-q] [-c] [-r <name>] [-a] [-T]
[targets [targets ...]]
positional arguments:
targets Limit command scope to these .dvc files, stage names,
or tracked files/directories. Using -R, directories to
search for .dvc files or stages can also be given.
targets Limit command scope to these tracked files/directories,
.dvc files, or stage names.
```

## Description
Expand Down

0 comments on commit 169db68

Please sign in to comment.