diff --git a/content/docs/command-reference/exp/save.md b/content/docs/command-reference/exp/save.md index 6ef4473fc4..67beead600 100644 --- a/content/docs/command-reference/exp/save.md +++ b/content/docs/command-reference/exp/save.md @@ -15,7 +15,7 @@ See also `dvc exp run`, which includes this operation. ```usage usage: dvc exp save [-h] [-q | -v] [-f] [--json] [-n ] - [-I path] [--message ] + [-I path] [-m ] ``` ## Description @@ -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 ` - custom message to use when saving the experiment. If - not provided, `dvc: commit experiment {hash}` will be used. +- `-m `, `--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.