diff options
author | Albert L. Lash, IV <alash3@bloomberg.net> | 2014-02-08 15:41:35 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-11 11:03:07 -0800 |
commit | a2f69581ffc26fadb27bc29dd03074791a16d61e (patch) | |
tree | 35c68e470084e59c02daadfc2072de48061b8fa6 /Documentation/git-remote.txt | |
parent | 13f72a1d5faacfdfea43e2fd961cb4009206a605 (diff) | |
download | git-a2f69581ffc26fadb27bc29dd03074791a16d61e.tar.gz |
docs/git-remote: capitalize first word of initial blurb
All other man files have capitalized descriptions which
immediately follow the command's name. Let's capitalize
this one too for consistency.
Signed-off-by: Albert L. Lash, IV <alash3@bloomberg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 2507c8bd91..cb103c8b6f 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -3,7 +3,7 @@ git-remote(1) NAME ---- -git-remote - manage set of tracked repositories +git-remote - Manage set of tracked repositories SYNOPSIS |