Skip to content

Commit

Permalink
exp rename: update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored and dberenbaum committed Oct 4, 2023
1 parent 6394a50 commit dcb678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/commands/experiments/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def add_parser(experiments_subparsers, parent_parser):
)
experiments_rename_parser.add_argument(
"name",
help="Name of new experiment.",
help="New name for the experiment.",
metavar="<name>",
)
experiments_rename_parser.add_argument(
Expand Down

0 comments on commit dcb678d

Please sign in to comment.