interpret-trailers.txt: start the desc line with a capital letter

This description line is shown in 'git help -a' and all other commands description starts with an uppercase character. This just makes that printout a bit nicer. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Nguyễn Thái Ngọc Duy committed Mar 27, 2019 at 16:16 UTC a34dca2451fc4a7ca6fbac6c59eceeef49c766f8
1 file changed +1 -1
Documentation/git-interpret-trailers.txt
+1 -1
@@ -3,7 +3,7 @@ git-interpret-trailers(1)
3
4 NAME
5 ----
6 -git-interpret-trailers - add or parse structured information in commit messages
6 +git-interpret-trailers - Add or parse structured information in commit messages
7
8 SYNOPSIS
9 --------