From 9d6fed1fa54bbaebd63f912c534c3102885d88bd Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Mon, 9 Oct 2023 19:16:11 +1100 Subject: [PATCH] exp save: use -m for --message short option --- content/docs/command-reference/exp/save.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.