Skip to content

Commit

Permalink
cmd: rephrase intro of run
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jul 6, 2020
1 parent c869d6f commit f62f543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# run

Create a pipeline _stage_ in
[`dvc.yaml`](/doc/user-guide/dvc-files-and-directories) from a given command,
and execute the command.
Helper command to create or update _stages_ in
[`dvc.yaml`](/doc/user-guide/dvc-files-and-directories). Requires a name and a
command.

## Synopsis

```usage
usage: dvc run [-h] [-q | -v] [-d <path>] [-n <name>] [-o <path>]
usage: dvc run [-h] [-q | -v] -n <name> [-d <path>] [-o <path>]
[-O <path>] [-p [<path>:]<params_list>] [-m <path>]
[-M <path>] [--plots <path>] [--plots-no-cache <path>]
[-w <path>] [--no-exec] [-f]
Expand All @@ -17,7 +17,7 @@ usage: dvc run [-h] [-q | -v] [-d <path>] [-n <name>] [-o <path>]
command
positional arguments:
command Command to execute.
command Command for the stage. Executed by default
```

## Description
Expand Down

0 comments on commit f62f543

Please sign in to comment.