Skip to content
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
7 changes: 4 additions & 3 deletions dvc/commands/experiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ def add_rev_selection_flags(
dest="num",
metavar="<num>",
help=(
f"{command} experiments from the `--rev` baseline and from `num` "
"commits before it (first parents). Give a negative value to "
"include all first-parent commits."
f"{command} experiments from the last `num` commits "
"(first parents) starting from the `--rev` baseline. "
"Give a negative value to include all first-parent commits "
"(similar to `git log -n`)."
Comment thread
pmrowla marked this conversation as resolved.
),
)