Skip to content

Commit

Permalink
Merge pull request #1550 from iterative/cmd/run/intro
Browse files Browse the repository at this point in the history
cmd: simplify info about when cmd are run
  • Loading branch information
jorgeorpinel authored Jul 10, 2020
2 parents e149d68 + 17bf2df commit 9de80f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ usage: dvc run [-h] [-q | -v] -n <name> [-d <path>] [-o <path>]
command
positional arguments:
command Command for the stage. Executed by default.
command Command for the stage.
```

## Description
Expand All @@ -34,8 +34,7 @@ kinds of stage [dependencies and outputs](#dependencies-and-outputs). The
remaining terminal input provided to `dvc run` after `-`/`--` flags will become
the required [`command` argument](#the-command-argument).

`dvc run` executes stage commands when used, unless the `--no-exec` option is
used.
`dvc run` executes stage commands, unless the `--no-exec` option is used.

<details>

Expand Down

0 comments on commit 9de80f0

Please sign in to comment.