Skip to content

Commit

Permalink
Updated target information and removed unnecessary information
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakforwet committed Jul 4, 2020
1 parent 1c08025 commit 64897ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ usage: dvc repro [-h] [-q | -v] [-f] [-s] [-c <path>] [-m] [--dry] [-i]
[--no-commit] [--downstream] [targets [targets ...]]
positional arguments:
targets Stage to reproduce.
targets Stage or .dvc file to reproduce
```

## Description
Expand Down Expand Up @@ -187,9 +187,6 @@ $ dvc run -n count -d numbers.txt -d process.py -M count.txt \
"python process.py numbers.txt > count.txt"
```

> Note that a stage name is required when executing `dvc run`. It can be
> specified with `-n` (`--name`) option as we did above.
Where `process.py` is a script that, for simplicity, just prints the number of
lines:

Expand Down

0 comments on commit 64897ea

Please sign in to comment.