Skip to content

Commit

Permalink
ref: reorder repro options (#3435)
Browse files Browse the repository at this point in the history
* ref: reorder repro options

* Update content/docs/command-reference/repro.md

Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>

* ref: add name option to exp run

Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
  • Loading branch information
dberenbaum and jorgeorpinel committed Apr 27, 2022
1 parent db3ef44 commit 7e5ebfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Run or resume a

```usage
usage: dvc exp run [-h] [-q | -v] [-f]
{ repro options ... }
{ repro options ... } [-n <name>]
[-S [<filename>:]<params_list>]
[--queue] [--run-all] [-j <number>] [--temp]
[-r <experiment_rev>] [--reset]
Expand Down
5 changes: 3 additions & 2 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ correct order.
```usage
usage: dvc repro [-h] [-q | -v] [-f] [-i]
[-s] [-p] [-P] [-R] [-m]
[--downstream] [--force-downstream] [--glob]
[--dry] [--no-commit] [--no-run-cache] [--pull]
[--downstream] [--force-downstream]
[--pull] [--dry]
[--glob] [--no-commit] [--no-run-cache]
[targets [<target> ...]]
positional arguments:
Expand Down

0 comments on commit 7e5ebfd

Please sign in to comment.