X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-verify-tag.txt;h=84e70a02348105c98a004c080875ab8e85fe099c;hb=ba24e7457aa1f958370bbb67dfb97e3ec806fd4a;hp=0f9bdb58dcc3cf7ee549f483164a708f536d2bd5;hpb=53a58245863eff3d70aaa3ac75d7d57e843fc91d;p=git.git diff --git a/Documentation/git-verify-tag.txt b/Documentation/git-verify-tag.txt index 0f9bdb58d..84e70a023 100644 --- a/Documentation/git-verify-tag.txt +++ b/Documentation/git-verify-tag.txt @@ -3,20 +3,20 @@ git-verify-tag(1) NAME ---- -git-verify-tag - Check the GPG signature of tag +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,5 +28,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite - +Part of the linkgit:git[1] suite