git tag -v is not verbose!

Project:Linux software
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Related pages:#5469: git tag
Tags:git tag
Description

git tag does not have a --verbose option.
git tag -v is to verify the gpg signature of the given tag names. It does not have a long option, like --verify
In many console tools, the -v option if for verbosity.