summaryrefslogtreecommitdiff
path: root/Documentation/git-remote.txt
diff options
context:
space:
mode:
authorAlbert L. Lash, IV <alash3@bloomberg.net>2014-02-08 20:41:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-02-11 19:03:07 (GMT)
commita2f69581ffc26fadb27bc29dd03074791a16d61e (patch)
tree35c68e470084e59c02daadfc2072de48061b8fa6 /Documentation/git-remote.txt
parent13f72a1d5faacfdfea43e2fd961cb4009206a605 (diff)
downloadgit-a2f69581ffc26fadb27bc29dd03074791a16d61e.zip
git-a2f69581ffc26fadb27bc29dd03074791a16d61e.tar.gz
git-a2f69581ffc26fadb27bc29dd03074791a16d61e.tar.bz2
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 2507c8b..cb103c8 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