Skip to content

Commit

Permalink
cmd ref: improve options desc in run
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 16, 2020
1 parent fc8589f commit 0ef3a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ data pipeline (e.g. random numbers, time functions, hardware dependency, etc.)
- `--outs-persist <path>` - declare output file or directory that will not be
removed upon `dvc repro`.

- `--outs-persist-no-cache <path>` - declare output file or directory that will
not be removed upon `dvc repro` (do not put into DVC cache).
- `--outs-persist-no-cache <path>` - the same as `-outs-persist` except that
outputs are not tracked by DVC.

- `-m <path>`, `--metrics <path>` - specify a metric type of output. This option
behaves like `-o` but also adds `metric: true` in the output record of the
Expand Down

0 comments on commit 0ef3a00

Please sign in to comment.