Skip to content

Commit

Permalink
exp save: use -m for --message short option (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Oct 9, 2023
1 parent aedf97a commit 5f7b8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/exp/save.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See also `dvc exp run`, which includes this operation.
```usage
usage: dvc exp save [-h] [-q | -v] [-f]
[--json] [-n <name>]
[-I path] [--message <message>]
[-I path] [-m <message>]
```

## Description
Expand Down Expand Up @@ -65,8 +65,8 @@ committing them to the Git repo. Unnecessary ones can be [cleared] with
directory to be included in the experiment. This option can be used multiple
times.

- `--message <message>` - custom message to use when saving the experiment. If
not provided, `dvc: commit experiment {hash}` will be used.
- `-m <message>`, `--message <message>` - custom message to use when saving the
experiment. If not provided, `dvc: commit experiment {hash}` will be used.

- `-f`, `--force` - rewrite the experiment if it already exists.

Expand Down

0 comments on commit 5f7b8e8

Please sign in to comment.