A small step towards dropping checkpoints entirely, make the option to disable them a bit easier to find.
bitcoind --help
...
-checkpoints
Enable rejection of any forks from the known historical chain until
block 295000 (default: 1)
Before this PR this required bitcoind --help-debug.
A potential next step could be to change the default to 0 in a future release, then drop the checkpoints in the next release (#28524) and then drop all the checkpoint code one release later.