Documentation: GPG capitalization

When "GPG" is used in a sentence it is now consistently capitalized.
When referring to the binary it is left as "gpg".

Signed-off-by: David Nicolson <david.nicolson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Dave Nicolson 2016-06-16 22:15:44 +00:00 committed by Junio C Hamano
parent 765428699a
commit bc91316781
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ OPTIONS
-v::
--verify::
Verify the gpg signature of the given tag names.
Verify the GPG signature of the given tag names.
-n<num>::
<num> specifies how many lines from the annotation, if any,

View File

@ -12,7 +12,7 @@ SYNOPSIS
DESCRIPTION
-----------
Validates the gpg signature created by 'git commit -S'.
Validates the GPG signature created by 'git commit -S'.
OPTIONS
-------