interpret-trailers.txt: start the desc line with a capital letter
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 27 Mar 2019 09:16:28 +0000 (16:16 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 06:49:47 +0000 (15:49 +0900)
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>
Documentation/git-interpret-trailers.txt
index a5e8b36f62bcf5eeedfb5a04ac852c476d9f43f3..96ec6499f001e6a5f3cf11de02768033191cb687 100644 (file)
@@ -3,7 +3,7 @@ git-interpret-trailers(1)
 
 NAME
 ----
-git-interpret-trailers - add or parse structured information in commit messages
+git-interpret-trailers - Add or parse structured information in commit messages
 
 SYNOPSIS
 --------