Skip to content

Commit

Permalink
cmd: remove "Execute by default" from run Synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jul 8, 2020
1 parent b251aff commit 17bf2df
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 17bf2df

Please sign in to comment.