X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-verify-tag.txt;h=84e70a02348105c98a004c080875ab8e85fe099c;hb=d36f8679e94c2a0d4d15d6adcea434634af6d627;hp=7e9c1ed15b6f8a9bf80166ca732d91620694a9f4;hpb=cab31fa076253fcfafa7572c24e40f12a1e09ae3;p=git.git diff --git a/Documentation/git-verify-tag.txt b/Documentation/git-verify-tag.txt index 7e9c1ed15..84e70a023 100644 --- a/Documentation/git-verify-tag.txt +++ b/Documentation/git-verify-tag.txt @@ -7,16 +7,16 @@ git-verify-tag - Check the GPG signature of tags SYNOPSIS -------- -'git-verify-tag' ... +'git verify-tag' ... DESCRIPTION ----------- -Validates the gpg signature created by git-tag. +Validates the gpg signature created by 'git-tag'. OPTIONS ------- -:: - SHA1 identifier of a git tag object. +...:: + SHA1 identifiers of git tag objects. Author ------ @@ -28,4 +28,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite