Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exp save: use -m for --message short option #4905

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[F] I just c+p d the exp run docs.

```

## 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
Loading