x/review/git-codereview: incomplete help documentation for git codereview
#42351
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
N/A
What did you expect to see?
Since
git codereview mail
supports the-nokeycheck
option, I would expect to see that documented.What did you see instead?
As far as I can tell, this option isn't listed anywhere in the documentation.
git codereview help
doesn't mention it, and the longer documentation doesn't mention it either. I only figured out that the option exists by reading the source code, which isn't ideal.The longer documentation does say that
However, I don't think that this makes it sufficiently clear that the -nokeycheck option exists.
The text was updated successfully, but these errors were encountered: