Skip to content

Commit

Permalink
name -> object
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Oct 13, 2024
1 parent 3790d5e commit 57e0b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/oldv.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const tool_description = ' Checkout an old version of V and compile it as it wa
| This tool is useful when you want to discover when something broke.
| It is also useful when you just want to experiment with an older, historic V.
|
| The VCOMMIT argument can be a git commit name like HEAD or master and so on.
| The VCOMMIT argument can be a git commit object like HEAD or master and so on.
| When oldv is used with git bisect, you probably want to use HEAD. For example:
| git bisect start
| git bisect bad
Expand Down

0 comments on commit 57e0b23

Please sign in to comment.